It's been 5 years since I used any web server as I started using Go to build web applications.
1. HTTP server is production ready.
2. autocert fetches certificate automatically from LetsEncrypt.
3. Graceful restarts (zero downtime) using signals.
I think the the biggest advantage of languages which enable portable applications like Go is not having to mess with web servers anymore, At least for most common use cases.
1. HTTP server is production ready.
2. autocert fetches certificate automatically from LetsEncrypt.
3. Graceful restarts (zero downtime) using signals.
I think the the biggest advantage of languages which enable portable applications like Go is not having to mess with web servers anymore, At least for most common use cases.