Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alash3al/go-pubsub
An in-process simple publish/subscribe library for golang
https://github.com/alash3al/go-pubsub
go golang message-bus message-queue pub pubsub queue realtime redis stream
Last synced: about 1 month ago
JSON representation
An in-process simple publish/subscribe library for golang
- Host: GitHub
- URL: https://github.com/alash3al/go-pubsub
- Owner: alash3al
- License: mit
- Created: 2018-01-27T11:01:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T05:20:40.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T17:03:29.376Z (7 months ago)
- Topics: go, golang, message-bus, message-queue, pub, pubsub, queue, realtime, redis, stream
- Language: Go
- Size: 34.2 KB
- Stars: 107
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Pub/Sub
An in-process simple publish/subscribe library for `Golang` .[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/alash3al/go-pubsub)# Why
> I wrote this package so I can use it in my projects as a drop-in-replacement for redis pub/sub, actually this package was written for [wsify v2](https://github.com/alash3al/wsify)# Contribution
> I'm always open for any opinion# License
I'm using MIT license.# Known Users
- [Wsify](https://github.com/alash3al/wsify)
- [RedixDB](https://alash3al.github.io/redix)