A simple game using sockets in node.js. It is a simple server which enables to join users a room and communicate with each other.
Just now this is a simple chat room, but I am planning to add more features to it.
Currently this is in WIP.It is a server only, so you will be communicating through the api. I will be adding a client soon.
- Above images show chat between two users with system messages live events updates like user joined, user left etc.
- Clone the repository
- Run
npm install
- Run
npm run dev
- Open your browser and go to
localhost:3000
(Will be updated soon) or you can check the code in the src
folder.
You will be needing api tools like postman to communicate with the server.
- Game room
- Chat filtering
- System messages
- Ban users / Kick users
- User joined / User left
- In chat commands
- Game
- User authentication
Feel free to contribute to this project. You can fork the project and make a pull request. I will be happy to review it.
This project is licensed under the MIT License - see the LICENSE.md file for details