mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-14 10:30:05 +08:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# go-eventbus
|
|
|
|
[](https://protocol.ai)
|
|
[](https://libp2p.io/)
|
|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
[](https://godoc.org/github.com/libp2p/go-eventbus)
|
|
[](https://coveralls.io/github/libp2p/go-eventbus?branch=master)
|
|
[](https://travis-ci.org/libp2p/go-eventbus)
|
|
[](https://discuss.libp2p.io)
|
|
|
|
> Simple and fast Go event bus
|
|
|
|
## Install
|
|
|
|
```sh
|
|
go get github.com/libp2p/go-eventbus
|
|
```
|
|
|
|
## Usage
|
|
|
|
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-eventbus).
|
|
|
|
## License
|
|
|
|
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).
|