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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T05:20:40.000Z (about 5 years ago)
- Last Synced: 2025-03-30T10:33:41.590Z (2 months ago)
- Topics: go, golang, message-bus, message-queue, pub, pubsub, queue, realtime, redis, stream
- Language: Go
- Size: 34.2 KB
- Stars: 107
- Watchers: 3
- 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` .[](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)