gofaas
gofaas copied to clipboard
Faster development server
The current make dev
is passable for simple apps, but for more complex apps I the Go http server that mounts the handlers with a HTTP handler middleware of sorts.
It would be nice to add cmd/server/main.go
to this project to demonstrate that pattern.