gofaas icon indicating copy to clipboard operation
gofaas copied to clipboard

Faster development server

Open nzoschke opened this issue 6 years ago • 0 comments

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.

nzoschke avatar Mar 08 '18 18:03 nzoschke