rcrowley / goagainLinks
Zero-downtime restarts in Go
☆2,098Updated 6 years ago
Alternatives and similar repositories for goagain
Users that are interested in goagain are comparing it to the libraries listed below
Sorting:
- Graceful is a Go package enabling graceful shutdown of an http.Handler server.☆1,283Updated 6 years ago
- Structured, composable logging for Go☆1,098Updated 2 years ago
- A polite Go HTTP server that shuts down gracefully.☆997Updated 6 years ago
- File system notification for Go☆1,985Updated 3 years ago
- Serves embedded files from `jteeuwen/go-bindata` with `net/http`☆864Updated 5 months ago
- faster JSON serialization for Go☆2,979Updated last year
- Visualise Go program GC trace data in real time☆1,102Updated 6 years ago
- Simple, fast and scalable golang rpc library for high load☆709Updated 2 years ago
- Common juju errors and functions to annotate errors. Based on juju/errgo☆1,395Updated last year
- Package inject provides a reflect based injector.☆1,414Updated 6 years ago
- idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]☆1,898Updated 3 weeks ago
- A Go code generator for MessagePack / msgpack.org[Go]☆1,856Updated 2 weeks ago
- Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)☆2,356Updated 10 months ago
- Connection pool for Go's net.Conn interface☆1,368Updated 6 years ago
- a build tool for Go, with a focus on cross-compiling, packaging and deployment☆1,671Updated 5 years ago
- The Snappy compression format in the Go programming language.☆1,558Updated 4 months ago
- Collect Golang Runtime Metrics, outputting to a stats handler☆544Updated 9 years ago
- Type-driven code generation for Go☆1,424Updated last year
- Redis client for Go☆433Updated 5 years ago
- Lightweight Goroutine pool☆744Updated 6 years ago
- golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients☆663Updated last year
- A visual interface to work with runtime profiling data for Go☆1,285Updated 3 years ago
- WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go.☆1,371Updated last year
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆729Updated 4 years ago
- Golang logging library☆1,799Updated last year
- Persistent stacks and queues for Go backed by LevelDB☆866Updated 6 months ago
- Implements string functions widely used in other languages but absent in Go.☆1,408Updated last year
- Golang channel helpers and special types☆809Updated last year
- Like Go channels over the network