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

https://github.com/nwtgck/global-chat-angular-node

A global chat implemented by Node.js and AngularJS. This looks like LINE or facebook Messenger.
https://github.com/nwtgck/global-chat-angular-node

angularjs chat javascript node nodejs socket-io

Last synced: about 2 months ago
JSON representation

A global chat implemented by Node.js and AngularJS. This looks like LINE or facebook Messenger.

Awesome Lists containing this project

README

          

# Global Chat
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

A global chat using Node.js and AngularJS. It looks like LINE or facebook Messenger, much more simple.
"Global" means one big room or group.

## Main features

* Very simple
* [Socket.IO](https://socket.io/)
* Client Side: [AngularJS](https://angularjs.org/)
* Server Side: [Node.js](https://angularjs.org/)

## Usage

```bash
cd
npm install
node server.js
```

Then you can access to http://localhost:3000

## Try on Heroku

https://global-chat-angular-node.herokuapp.com/