Multi-room chat server allows users to create rooms for others to join. Creators of a room can kick or ban other users from their room.
node
and npm
should be already installed on host computer
clone repository. run npm install
to download node modules
Use node index.js
to start server. Navigate to http://localhost:3456
- Node.js
- Socket.io
- Express