Building a Web Server in C++ [VS 2017] Part 1
Description
———–
Building a barebones web server in C++.
Part 1 – Taking the existing code from an older project (multi-chat client) and making a generic TCP Listener class from it. Then re-working the multi-chat client into a sub-class of the new TcpListener.
Download the Complete Source Code
———————————
Download the complete source code for this video from: https://github.com/codehoose/barebones-webserver/tree/release/video-1
Link to the Gist for the Barebones Multi-Chat Server
—————————————————-
Gist – https://gist.github.com/codehoose/49f206c7253dc9b4507b56f25d18c2e5
Networking in C++ Playlist
————————–
Multiple Chat Client Server – https://www.youtube.com/watch?v=dquxuXeZXgo
2018
—-
Thank you all for an amazing 2018! Thanks for all your likes, comments and subscriptions to the channel. I hope you all had a great year and I’ll see you in 2019!
by Sloan Kelly
linux http server