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
- Host: GitHub
- URL: https://github.com/robertmain/chatapp
- Owner: robertmain
- License: unlicense
- Created: 2013-08-18T12:31:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T02:41:09.000Z (over 12 years ago)
- Last Synced: 2025-01-07T13:47:05.142Z (over 1 year ago)
- Language: JavaScript
- Size: 4.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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