Broadcast Alternatives
Similar projects and alternatives to broadcast
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
hooks
Simple, type-safe hook system to enable easier modularization of your Go code. (by mikestefanello)
-
machine
Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles (by autom8ter)
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
golangchannels
For goroutines and channels, I created an application using a Dispatcher -> Worker -> Job pattern to benchmark and compare results in differing scenarios. These comparisons would allow me to see how the same pattern operated under types of loads and hopefully uncover some situations where this was an optimal pattern to follow.
-
-
-
go-observer
Go package for simplifying channel-based broadcasting of events from multiple publishers to multiple observers
broadcast discussion
broadcast reviews and mentions
-
Hooks: Simple, type-safe hook system for Go
Seems somewhat similar to https://github.com/teivah/broadcast
- broadcast: A broadcasting library for Go
Stats
teivah/broadcast is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of broadcast is Go.