Run the App:
- Run command in terminal: node server.js
- Use this link in browser: host: http://localhost:3000/
- A room for chat of all the participants.
- Messages can be also sent to some specific users by typing @username1, @username2 ... So, these messages will be delivered to these specific users, all other users will not have any access to these messages.
- Normal messages(without @username) will be broadcasted to all participants in the room.