https://github.com/stephenlb/bountysource-live-feed
Live Realtime Feed of all Bountysource Activities
https://github.com/stephenlb/bountysource-live-feed
Last synced: 5 months ago
JSON representation
Live Realtime Feed of all Bountysource Activities
- Host: GitHub
- URL: https://github.com/stephenlb/bountysource-live-feed
- Owner: stephenlb
- Created: 2014-03-06T19:50:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T23:00:53.000Z (over 12 years ago)
- Last Synced: 2025-06-02T12:15:22.045Z (about 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bountysource Live Feed
Live Realtime Feed of all Bountysource Activities.
1. Create a live stream **writer** using `PubNub` server SDK by Publishing all Activities in a **JSON** object format.
2. Create a live stream **reader** using `PubNub` client SDK by Subscribing to the channel where activities can be received. This is in a simple SDK Receiver wrapper format.
3. Create a UI that shows different and make it availbale on the `gh-pages` GitHub branch as `index.html` entry point.
## PubNub Resources
1. JavaScript Node.JS SDK - `npm install pubnub -g`
2. JavaScript WEB SDK - [https://github.com/pubnub/javascript](https://github.com/pubnub/javascript)
```html
```