Suggest a C++ server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

19th Jul 2018, 5:07 AM
Youssouf Mbaé Ahamada Saidou
Youssouf Mbaé Ahamada Saidou - avatar
1 Answer
+ 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.
20th Jul 2018, 12:12 PM
Lil Taco
Lil Taco - avatar