gobwas / gwsLinks
Go Web Socket
☆31Updated 8 years ago
Alternatives and similar repositories for gws
Users that are interested in gws are comparing it to the libraries listed below
Sorting:
- Collection of dirty hacks in Go☆67Updated 2 years ago
- Helper tool for manual Go code optimization.☆137Updated 7 months ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 5 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Package closer ensures a clean exit for your Go app.☆140Updated 3 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- Image quantization in Golang☆19Updated 6 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Intern Go strings☆96Updated last year
- Golang generator of client to sql database based on interface