Добавить
Уведомления

Building a Web Server in C++ [VS 2017] Part 2

Part 2 - Delivering text pages (text and HTML) to the client. And this client is Chrome! In this video we open files on the server machine and deliver them to the client - a web browser. Part 1 - https://www.youtube.com/watch?v=Kc1kwm1WyVM 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-2 Link to the Gist for the Barebones Multi-Chat Server ---------------------------------------------------- Gist - https://gist.github.com/codehoose/49f206c7253dc9b4507b56f25d18c2e5 Networking in C++ Playlist -------------------------- https://www.youtube.com/playlist?list=PLZo2FfoMkJeEogzRXEJeTb3xpA2RAzwCZ Multiple Chat Client Server - https://www.youtube.com/watch?v=dquxuXeZXgo Social Media ------------ Twitter @codehoose Facebook: https://www.facebook.com/codehoose/ Super Kelly Bros. Podcast: http://superkellybros.com/

12+
16 просмотров
2 года назад
1 декабря 2023 г.
12+
16 просмотров
2 года назад
1 декабря 2023 г.

Part 2 - Delivering text pages (text and HTML) to the client. And this client is Chrome! In this video we open files on the server machine and deliver them to the client - a web browser. Part 1 - https://www.youtube.com/watch?v=Kc1kwm1WyVM 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-2 Link to the Gist for the Barebones Multi-Chat Server ---------------------------------------------------- Gist - https://gist.github.com/codehoose/49f206c7253dc9b4507b56f25d18c2e5 Networking in C++ Playlist -------------------------- https://www.youtube.com/playlist?list=PLZo2FfoMkJeEogzRXEJeTb3xpA2RAzwCZ Multiple Chat Client Server - https://www.youtube.com/watch?v=dquxuXeZXgo Social Media ------------ Twitter @codehoose Facebook: https://www.facebook.com/codehoose/ Super Kelly Bros. Podcast: http://superkellybros.com/

, чтобы оставлять комментарии