Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 581 Bytes

README.md

File metadata and controls

40 lines (18 loc) · 581 Bytes

Govent

Introduction

Govent is an event bus framework for DDD event source implement.

Govent can also solve the package circular dependency problem.

It requires Go 1.16 or newer. With Go 1.5, no external dependencies are used.

Features

Govent supports:

  • Event Consumer Register By Topic
  • Message Pushed By Topic
  • Message Consume

Download

go get github.com/wizizm/govent

Examples

See the examples in the documentation.

Contribute

Contributions are more than welcome!

License

MIT