An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

zing
====
simple, persistent Nodejs chat app [zing-chat.herokuapp.com](http://zing-chat.herokuapp.com)

[![Build Status](https://travis-ci.org/westonplatter/zing.svg?branch=master)](https://travis-ci.org/westonplatter/zing)
[![Stories in Ready](https://badge.waffle.io/westonplatter/zing.png?label=ready&title=Ready)](https://waffle.io/westonplatter/zing)

## develoment

Dependencies
- nodejs

Simple 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.