https://github.com/thetechie/chat-chrome-app
Simple chat application developed using Node.js, Socket.io and Bootstrap.
https://github.com/thetechie/chat-chrome-app
Last synced: over 1 year ago
JSON representation
Simple chat application developed using Node.js, Socket.io and Bootstrap.
- Host: GitHub
- URL: https://github.com/thetechie/chat-chrome-app
- Owner: theTechie
- License: mit
- Created: 2014-04-13T13:06:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T11:00:01.000Z (about 12 years ago)
- Last Synced: 2024-12-24T05:02:58.643Z (over 1 year ago)
- Language: CSS
- Size: 1.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chat-chrome-app
===============
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.
### Credits
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/
### License
Copyright (c) 2014 theTechies

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License and MIT License.