It contains the io socket server. in order to run the server, run the commands bellow :
- npm install
- npm start
It contains the next js chat application. In order to run the application, run the commands bellow :
- npm install
- npm run dev
- Go to : http://localhost:9000 (by default)
NextChat is a simple react-based chat application. Each client join the chat can send messages to the other members. The library Socket.IO is used for bi-directional communication between clients. Enjoy.