0030 - C++ programming: Developing a Web Server from scratch

Опубликовано: 15 Октябрь 2024
на канале: Rhymu's Videos
1,018
15

This is #30 in my series of live (Twitch) coding streams, working on writing my own web server and service framework in C++.

This stream I almost finished up WebSockets. It took a bit more time than I expected. I brought in some libraries I needed: SHA-1 hash algorithm, Base64 encoder, and strong entropy random numbers. Using these, I implemented the opening handshake for WebSocket.

I just need to wrap up detecting and handling protocol violations, and WebSocket will be complete. -- Watch live at   / rhymu8354