Skip to content

Example server using fasthttp and fasthttprouter with graceful shutdown

Notifications You must be signed in to change notification settings

dstroot/fasthttp-graceful-shutdown

Repository files navigation

This example application is built on fasthttp and fasthttprouter - it is designed to be exceptionally fast, and use very little memory. It is also meant to be an example of a graceful shutdown with fasthttp. Your review, feedback and pull requests are welcome. Cheers!

Note: assumes you have Dep installed.

To run clone the repo and run dep ensure then go run $(ls *.go | grep -v _test.go) (assuming I write tests at some point)

Resources:

About

Example server using fasthttp and fasthttprouter with graceful shutdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages