Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)