https://github.com/cpg1111/pubsubhub
Universal PubSub
https://github.com/cpg1111/pubsubhub
Last synced: about 1 year ago
JSON representation
Universal PubSub
- Host: GitHub
- URL: https://github.com/cpg1111/pubsubhub
- Owner: cpg1111
- License: mit
- Created: 2015-10-14T00:37:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T01:30:25.000Z (over 10 years ago)
- Last Synced: 2025-02-13T15:35:41.584Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PubSubHub
Universal PubSub
Currently a WIP. The goal is to have a mq/pubsub that can talk over multiple protocols, currently tcp and websockets, soon adding udp. As well as be able to swap out its "engine" so that you can use either its native option, redis, zmq, rabbitmq, apache kafka or any other option contributors see fit.