sseserver icon indicating copy to clipboard operation
sseserver copied to clipboard

:surfer: High-performance Server-Sent Events endpoint for Go

Results 6 sseserver issues
Sort by recently updated
recently updated
newest added

Short on documentation and tests, and most likely contains grievous implementation errors in the corner cases since we aren't testing for them yet, but don't want to invest any time...

Reasons: - `sseserver` is very generic, and doesn't imply any of the nice functionality (namespacing support and fast performance) in this library. - `sseserver` can be confusing to spell, due...

help wanted

Some options: - https://github.com/azer/logger - https://github.com/rs/zerolog - https://github.com/sirupsen/logrus (thx @nerney) - https://github.com/uber-go/zap Logging will need to be documented in the README as well, since it's essential for someone who would...

I'd love for a way to create an API endpoint when I can report how many active connections there are per listening subscirption, eg pets/cat and pets/dog separate. I am...

The original version of this module was a lift-and-shift of an internal library from [Emojitracker's Go streamer](https://github.com/emojitracker/emojitrack-gostreamer), moving it into a reusable module. It has a number of understandable issues...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...

dependencies
github_actions