Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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