
A Golang wrapper that glues together fasthttp and fasthttprouter to act as a micro HTTP framework
fastglue is an opinionated, bare-bones wrapper that glues together fasthttp and fasthttprouter to act as a micro HTTP framework. It helps eliminate boilerplate that would otherwise be required when using these two libraries to write HTTP servers. It enables: Performance benefits of fasthttp +…