Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nxvipin/chatserver

A chat server over TCP written in javascript using node.js
https://github.com/nxvipin/chatserver

Last synced: 1 day ago
JSON representation

A chat server over TCP written in javascript using node.js

Awesome Lists containing this project

README

        

# chatServer

A simple chat server over TCP written in JavaScript using node.js

### Deployment Instructions

* 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

### Connecting to the server

telnet localhost 9999

### To send a message to 'USERNAME'
@

### To broadcast a message to all online users

@All

## Reference

Node Tuts by Pedro Teixeira: http://nodetuts.com/tutorials/5-a-basic-tcp-chat-server.html

Author : Vipin Nair