This project is an example of a simple chat on Socket.io.
It does not have encryption and any kind of protection, just for variety, all messages are written to a txt file as a database.
The project uses: Express, Http and Socket.io modules.
- The chat allows people with different nicknames to communicate.
- The number of users is indicated in the corresponding line.
- Program has binds for convenient sending of messages.
- Has auto scrolling.
- Has /chat commands
- Has stickers!
The license implies the free use of the code of this program.