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

https://github.com/robertmain/chatapp

Node.JS based web chat application
https://github.com/robertmain/chatapp

Last synced: about 1 month ago
JSON representation

Node.JS based web chat application

Awesome Lists containing this project

README

          

#chatapp
Node.JS based chat application

#How to Use
1. Ensure that you have [node.js](http://nodejs.org/) installed on your system and in your path.
1. Run `git clone https://github.com/robertmain/chatapp chatapp` to download a copy of the chat application
1. Navigate to the download directory using `cd chatapp`
1. To download and automatically compile and install dependencies run `npm install`
1. To start the chat server run `node index.js` to start the server running on port 8000