It's real-time simple chating website built using Socket.io and Node.js. In this website user can chat with different people in real time, he/she can create new group or enter into different group. User can use language mindfully, it means can't use profane words due to all messages are filtered before display.
There are following features included in this website:
- Real-time chat
- Create new room
- Enter in existing room
- Do chit-chat
- Share location
Run follwing three commands alternatively:
1. npm install
2. npm start