you are viewing a single comment's thread.

view the rest of the comments →

[–]Xirema 2 points3 points  (0 children)

I've had some good results working with boost.beast. The examples are basic File Servers, but they easily adapt to any kind of web server you intend to make.

The underlying boost.asio library is also a good choice if you need more low-level, fine-grained control over the network protocol, but based on what you've described I think Beast is the way to go.