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

https://github.com/if1live/node-thrift-chat

Chat example using Apache Thrift
https://github.com/if1live/node-thrift-chat

Last synced: 3 months ago
JSON representation

Chat example using Apache Thrift

Awesome Lists containing this project

README

        

# node-thrift-chat

## Project Purpose
* Communication bewteen Node.js(server) and JavaScript(client) by [Apache Thrift][thrift]
* Use [express.js, socket.io][express-io], [Thrift][thrift] at the same time.

## How to execute?

* Install
```
npm install
bower install
grunt
```

* Run server
```
npm start
```

* Run many browser tab. then connect ```127.0.0.1:3000```. Use chat.

[express-io]: http://express-io.org/
[thrift]: thrift.apache.org