Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monai/node-chat
A simple server-client chat application written for students workshop in Adform.
https://github.com/monai/node-chat
Last synced: 4 days ago
JSON representation
A simple server-client chat application written for students workshop in Adform.
- Host: GitHub
- URL: https://github.com/monai/node-chat
- Owner: monai
- Created: 2013-10-05T10:36:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T10:36:45.000Z (about 11 years ago)
- Last Synced: 2023-08-03T08:12:10.535Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple server-client chat application written for students workshop in Adform.
# Installation
* Download and install [node.js](http://nodejs.org/)
* Clone repository `git clone git://github.com/monai/node-chat.git`
or download [as zip archive](https://github.com/monai/node-chat/archive/master.zip)
* Open project directory in terminal (command prompt) window
* Install dependent packages `npm update`# How to run
* Open project directory in terminal (command prompt) window
* To start server type `node server.js`
* To start console client type `node client-cli.js`
* For web interface type `node client-web.js`
and open `http://localhost:3000/` in web browser