Simple chat application developed using Node.js, Socket.io and Bootstrap.
###Development:
Install Dependencies:
- Server : $ npm install
- Client : $ bower install
Configure:
-
Server : Change 'port' in 'server.js' if required (default '6789')
-
Client : Change 'serverAddress' in 'scripts/chat.io.js' to 'ip:port' on which you intend to run the server (default '127.0.0.1:6789')
Run Server:
$ node server.js
Build:
- Web App : no build required
- Chrome App : package the app using general packaging procedure (https://developer.chrome.com/extensions/packaging)
Usage:
- Browser : http://server-ip:port/ (default http://127.0.0.1:6789/)
- Chrome App (packaged app : build/client.crx)
We will be able to chat across machines (browser and chrome app) within a private network.
This application is built using the following:
- https://github.com/uditalias/chat-nodejs
- Animate.css library - by Dan Eden: http://daneden.me/animate/
- Avgrung modal - by Hakim El Hattab: http://lab.hakim.se/avgrund/
Copyright (c) 2014 theTechies
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License and MIT License.
