https://github.com/halilb/node-chat
A simple chat app with Node.js, and socket.io stack.
https://github.com/halilb/node-chat
Last synced: 3 months ago
JSON representation
A simple chat app with Node.js, and socket.io stack.
- Host: GitHub
- URL: https://github.com/halilb/node-chat
- Owner: halilb
- Created: 2014-01-13T20:17:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T18:42:41.000Z (over 12 years ago)
- Last Synced: 2026-04-06T08:57:08.112Z (3 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple chat app that uses Node.js, angular.js and socket.io stack.
## INSTALLATION
After cloning the repo,
1 - Install npm dependencies
```
$ npm install
```
2 - Install client dependencies
```
$ bower install
```
3 - Run the server
```
$ node server.js
```