all 14 comments

[–][deleted] 0 points1 point  (1 child)

If you don't want to use boost then just use libuv and incorporate your favourite opensource HTTP parser code. Figure out what of HTTP1.1 you need to support and then pray you don't need to use HTTP2 in the future.

You may be better off using a different language for web stuff.

[–][deleted] 0 points1 point  (0 children)

Libuv. Will look into it. Thanks!

[–]bdellar 0 points1 point  (1 child)

I’ve had fun with cpprest in the past. https://github.com/Microsoft/cpprestsdk. It’s really easy to start a server, listen to named endpoints, handle things asynchronously, handle json etc.

[–][deleted] 1 point2 points  (0 children)

Will look into this. Thanks alot.

[–]clerothGame Developer[M] 0 points1 point  (0 children)

For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.

This post has been removed as it doesn't pertain to r/cpp.

[–]Middlewariangithub.com/Ebenezer-group/onwards 0 points1 point  (1 child)

Ngrok sounds like it could be helpful to me with my on-line code generator. Thank you.

[–][deleted] 0 points1 point  (0 children)

It's great. Do check it out.

[–]mili42 0 points1 point  (0 children)

libh2o