https://github.com/dpup/strimmer
Experimental and hacky PubSubHubbub/websocket bridge
https://github.com/dpup/strimmer
Last synced: 11 months ago
JSON representation
Experimental and hacky PubSubHubbub/websocket bridge
- Host: GitHub
- URL: https://github.com/dpup/strimmer
- Owner: dpup
- Created: 2014-03-04T01:23:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T05:15:24.000Z (over 11 years ago)
- Last Synced: 2025-01-25T14:22:18.550Z (over 1 year ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a hack in progress. It allows a websocket client to get updates via
websockets from a PubSubHubbub subscription.
```
go run strimmer.go --self my.host.com:3100 --port 3100
go run strimmer.go --self demo.revproxy.com --port 3100
```
## Developing
You need the server to be publicly accessible so that the PuSH hub can facilitate
the subscription and send updates. The easiest way to do this is to set up a
t2.micro on EC2 and then use [SSH port forwarding](https://medium.com/dev-tricks/reverse-port-forwarding-220030f3c84a).