https://github.com/joakin/offsite-rcstream
wikipedia rcstream playground!
https://github.com/joakin/offsite-rcstream
Last synced: about 1 year ago
JSON representation
wikipedia rcstream playground!
- Host: GitHub
- URL: https://github.com/joakin/offsite-rcstream
- Owner: joakin
- Created: 2015-10-21T08:13:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T18:00:45.000Z (over 9 years ago)
- Last Synced: 2025-02-18T19:54:27.367Z (over 1 year ago)
- Language: JavaScript
- Size: 674 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
offsite-rcstream
================
An example server that consumes the wikimedia rcstream and re-exposes it for
usage in your application.
Development
-----------
Requires `node` >= 4.0.0 and suggested `npm` >= 3.0.0.
There seem to be problems with node > 6 with the old pinned version of socket
io that is needed.
1. `npm install`
2. `npm start`
3. Visit `localhost:8080` for checking the website
Server process will be automatically reloaded/recompiled when changed. Just
reload the page.
Do `npm run format` for formatting the code automatically.
Production
----------
1. Run `npm run prod` to run the server in production mode.
2. Go to `localhost:8080` to see the production site.