C++ HTTP web server library

c++, json, webserver

Solution

I think the C++ project Drogon is what you want. Drogon on github

Problem

I need some help in selecting a http web server for an embedded system running Linux. Programming language is C++. The server receives request and needs to respond in JSON format. I was looking at libmicrohttpd and libjson. Any other libraries I can use? I am new to web service related area, so what are the general consideration one should have when selecting a web server library?

Original source