Faddy webserver
I just released a simple webserver for development purposes.
Written in Go. Shows the usage of the standard library like HTTP, I/O, testing/mocking, logging, templating and more.
The name is of course a play on caddy but in no way it aims to be like that. Majorly I wrote this because I find it easier to configure this in code than configuring a webserver.
Features
- Common MIME types
- CORS, CORP, COOP
- Directory listings
Source code
The code can be found on github.com/joriszwart/faddy

