Loading video...
Video Failed to Load
Build Your Own Multithreaded Reverse Proxy Server in C from Scratch -it's only about 130+ lines of code -enjoy with expresso😅 -it's PART-1 -it's not complete yet -it's just for understanding the fundamentals about multithreading and reverse proxy -github and source code will be provided after this project completion,... show more
2,582,964 views • 1 year ago •via X (Twitter)
10 Comments

Here's my github:

Lets go!

@7etsuo Yes ser🫡🫡, let's go

Practicing concurrency myself rn so this should be fun!

🙏, more projects will come in c and advanced c, just keep learning💪💪

waiting to see the beautiful outcome

yes ser🫡

socket server w/o coroutines is far from reality

True, coroutines make handling socket servers much more efficient and scalable, especially for high-concurrency situations. But I think it's still valuable to understand and work with the basics, like blocking or non-blocking I/O, before diving into coroutines. It helps build a strong foundation to appreciate why coroutines are such a game-changer! -But ser, I will definitely build that advanced project as well in the future for sure, thanks for your feedback🙏🙏.

Here's the PART-2 (COMPLETE):





