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

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.

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
```