Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nxvipin/chatserver
- Owner: nxvipin
- Created: 2011-09-25T11:28:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-28T09:44:17.000Z (about 13 years ago)
- Last Synced: 2023-03-12T08:19:26.872Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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