https://github.com/deepstreamio/ds-demo-provider
https://github.com/deepstreamio/ds-demo-provider
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepstreamio/ds-demo-provider
- Owner: deepstreamIO
- License: mit
- Created: 2015-05-26T18:18:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T15:17:17.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T14:34:34.949Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 5
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.