On Thursday, 21 May 2020 at 16:13:57 UTC, zoujiaqing wrote:
Hunt Framework is a full stack Web framework based on DLang language.

Just found this, poking around for a D HTTP server, and I have to say it looks pretty sweet. Only five reasonable sized dependencies, recursively, all 1st party. Makes use of kqueue, epoll and IOCP. SSL support, HTTP2 support. Websockets support. Not threaded. Comes with a "route" builder baked in, which is a pretty popular way to do web servers. Builders for multipart and urlencoded form bodies. Haven't tried it yet, just read through the code, but I definitely think people should take a look at this.

Reply via email to