0
Suggest a C++ server
I haird that we can use C++ for web development but i had never seen that or seen a C++ server. Can anyone show me what a C++ server looks like ?
1 ответ
+ 1
A web server needs a socket that sends text (HTTP is text only). There is no single socket livrary built into C++ but take a look at Boost.Asio and the HTTP examples.