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

https://github.com/deepstreamio/ds-demo-provider


https://github.com/deepstreamio/ds-demo-provider

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

ds-demo-provider
===========================================

A simple demo app using deepstream.io to show how providers work

You can view a description of all the steps taken [here](http://deepstream.io/tutorials/data-provider.html)

Install
-----------------------------
Download and install:
- `npm install` in backend
- `bower install` in frontend

Steps to start, from project root:
- Terminal Window/Tab 1: `node backend/start-server.js`
- Terminal Window/Tab 2: `node backend/fx-data-provider.js`
- Open frontend/index.html in browser.