On Wednesday, 29 June 2016 at 20:39:45 UTC, Arun Chandrasekaran wrote:
In C++ land, I've used cpp-netlib[0] to create a HTTP server. Is there a similar library in D?

cpp-netlib uses Boost ASIO and it supports synchronous and asynchronous HTTP servers. It also support HTTP client API (which I've not used).

Arun

[0] http://cpp-netlib.org/0.11.2/index.html

http://vibed.org

Reply via email to