A client-server-chat based on node-webkit for cross platform distribution.
- node-webkit
- npm
- 3rd party modules (installed via npm): WebSocket, jquery-browserify, async, underscore
- Install:
cd app
npm install
- Start app
npm start
- Build package:
make
A client-server-chat based on node-webkit for cross platform distribution.
cd app
npm install
npm start
make