Recently, I saw this news: [a new stdlib for Golang](https://news.ycombinator.com/item?id=37744563) which removes the Go runtime, produce small binaries and should be mostly compatible with C. Go is known to have a really good HTTP implementation so that it is used in various production grade reverse proxies. Perhaps we could interface this code to Nim using a C wrapper and the stdlib just mentioned.
This is just a crazy idea but perhaps we could gain a good HTTP implementation this way.
