Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

codeschool/WatchUsBuild-ImageStreamingAppWithNodePubSubServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Watch Us Build - Pub/Sub Server

We changed the name of this series to "Watch Us Build," so you may see an occasional reference to its former name ("Soup to Bits") in this repository.

This repo is the source code for the Code School Node.js Watch Us Build Pub/Sub Server.

Be sure to clone the webserver and run it also.

Getting started

To run this server, you'll need a few things:

  1. Node.js installed
  2. Redis installed and running on localhost
  3. data producer running

Then:

$ https://github.com/codeschool/WatchUsBuild-ImageStreamingAppWithNodePubSubServer.git
$ cd WatchUsBuild-ImageStreamingAppWithNodePubSubServer
$ npm install
$ node app.js

License

(The MIT License)

Copyright (c) 2014 TJ Krusinski <tjkrsu@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.