event VS go-observer

Compare event vs go-observer and see what are their differences.

event

Simple observer pattern implementation (by gocrumb)

go-observer

Go package for simplifying channel-based broadcasting of events from multiple publishers to multiple observers (by imkira)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
event go-observer
2 1
4 86
- -
0.0 4.8
almost 3 years ago 11 months ago
Go Go
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

event

Posts with mentions or reviews of event. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-09.

go-observer

Posts with mentions or reviews of go-observer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-09.

What are some alternatives?

When comparing event and go-observer you can also consider the following projects:

Reactive - Reactive Extensions for Golang with pipe support

broadcast - Notification broadcaster library

watermill - Building event-driven applications the easy way in Go.

mob - mob is a generic-based, simple mediator / event aggregator Golang library. It supports in-process requests / events processing.

threadpool - Golang simple thread pool implementation

go-concurrency-guide - Practical concurrency guide in Go, communication by channels, patterns

channelize - A websocket framework to manage outbound streams. Allowing to have multiple channels per connection that includes public and private channels.