This repo implements a simple but comprehensive chat app with Next.js 13 (app router), Socket.io, Mantine, Zustand. (Note: backend server may enter sleep mode due to inactivity. Please wait 30 seconds for automatic restart before using this demo.)
 
 
 
Go to file
Justin Xiao f8cda97232 style: remove textarea scrollbar 2023-07-21 18:09:26 +08:00
backend feat: add broadcast emit and rename message event 2023-07-21 02:57:22 +08:00
frontend style: remove textarea scrollbar 2023-07-21 18:09:26 +08:00
.gitignore first commit 2023-07-14 15:38:27 +08:00
LICENSE Create LICENSE 2023-07-17 22:59:43 +08:00
README.md feat: extract input and optimize ui 2023-07-20 21:13:28 +08:00

README.md

nextjs13-socketio-boilerplate

License MIT Made with TypeScript Powered by Vercel

Project Description

This boilerplate