Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpup/strimmer
Experimental and hacky PubSubHubbub/websocket bridge
https://github.com/dpup/strimmer
Last synced: 24 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T05:15:24.000Z (over 9 years ago)
- Last Synced: 2023-03-11T21:18:17.264Z (over 1 year ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- 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).