Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).