Add WebRTC Nuts and Bolts tutorial

This commit is contained in:
lonelyhty 2026-06-01 21:30:51 +08:00
parent 294aef8fde
commit 5b1952f5a9

View file

@ -251,6 +251,7 @@ It's a great way to learn.
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/)
* [**C**: _Let's code a TCP/IP stack_](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/)
* [**C / Python**: _Build your own VPN/Virtual Switch_](https://github.com/peiyuanix/build-your-own-zerotier)
* [**Go**: _WebRTC Nuts and Bolts_](https://github.com/adalkiran/webrtc-nuts-and-bolts)
* [**Ruby**: _How to build a network stack in Ruby_](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b)
#### Build your own `Neural Network`