Skip to content

theTechie/chat-chrome-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

License

Copyright (c) 2014 theTechies

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

About

Simple chat application developed using Node.js, Socket.io and Bootstrap.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors