Chat server using net module
Node based chat server using the net module.
Steps:
- Download the source code from the repository.
- Run the chat server using the command - Node chat.js
- Connect using multiple chat clients (on localhost - telnet 127.0.0.1 9000)
- Now you can broadcast messages from one client to all other clients.