https://github.com/dpup/push2ws
PubSubHubbub to Web Socket bridge in Go
https://github.com/dpup/push2ws
Last synced: over 1 year ago
JSON representation
PubSubHubbub to Web Socket bridge in Go
- Host: GitHub
- URL: https://github.com/dpup/push2ws
- Owner: dpup
- License: other
- Created: 2015-02-21T18:13:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T18:18:45.000Z (over 11 years ago)
- Last Synced: 2025-01-25T14:22:19.125Z (over 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
push2ws: PubSubHubbub To Web Socket Bridge
==========================================
push2ws is a Go library that creates a
[PubSubHubbub](https://pubsubhubbub.googlecode.com/) subscriber which forwards
updates to a Web Socket.
It was created for a personal project, so may not be super reusable, but happy
to take PRs to better generalize it.
For API documentation see https://godoc.org/github.com/dpup/push2ws
Contributing
------------
Questions, comments, bug reports, and pull requests are all welcome. Submit
them [on the project issue tracker](https://github.com/dpup/push2ws/issues/new).
License
-------
Copyright 2014 [Daniel Pupius](http://pupius.co.uk). Licensed under the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).