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
- Host: GitHub
- URL: https://github.com/if1live/node-thrift-chat
- Owner: if1live
- License: mit
- Created: 2014-03-13T14:18:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T12:27:25.000Z (over 11 years ago)
- Last Synced: 2024-04-09T16:45:18.449Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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