From 5b1952f5a934da338458f80e1d5129e28cf11ba2 Mon Sep 17 00:00:00 2001 From: lonelyhty <204872876+lonelyhty@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:30:51 +0800 Subject: [PATCH] Add WebRTC Nuts and Bolts tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2e252..2688f57 100644 --- a/README.md +++ b/README.md @@ -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`