https://github.com/westonplatter/zing
simple Nodejs + Socket.io chat app
https://github.com/westonplatter/zing
Last synced: about 2 months ago
JSON representation
simple Nodejs + Socket.io chat app
- Host: GitHub
- URL: https://github.com/westonplatter/zing
- Owner: westonplatter
- License: bsd-3-clause
- Created: 2014-10-26T19:31:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T19:20:38.000Z (over 10 years ago)
- Last Synced: 2024-04-14T20:10:45.846Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://zing-chat.herokuapp.com
- Size: 500 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zing
====
simple, persistent Nodejs chat app [zing-chat.herokuapp.com](http://zing-chat.herokuapp.com)[](https://travis-ci.org/westonplatter/zing)
[](https://waffle.io/westonplatter/zing)## develoment
Dependencies
- nodejsSimple setup
git clone https://github.com/westonplatter/zing.git
cd zing
npm install
npm start## testng
Proudly tested via TravisCI, [travis-ci.org/westonplatter/zing](https://travis-ci.org/westonplatter/zing)
## deployment
Upon successful TravisCI test run, we deploy to heroku, [zing-chat.herokuapp.com](http://zing-chat.herokuapp.com)
Yep, "Continuous Deployment" for the win!
## credit
We totally copied the [Socket.io demo chat app](https://github.com/Automattic/socket.io/tree/master/examples/chat) for the basic app structure.