A simple chat server over TCP written in JavaScript using node.js
- Install node.js: http://nodejs.org/
- Install node package manager: http://npmjs.org/
- Install carrier module npm install carrier
- Start the server node src/chatServer.js
##Usage Instructions
telnet localhost 9999
@<USERNAME> <MESSAGE>
@All <MESSAGE>
Node Tuts by Pedro Teixeira: http://nodetuts.com/tutorials/5-a-basic-tcp-chat-server.html
Author : Vipin Nair swvist@gmail.com