#zigUnmoderated tagAll postsTrending CommunitiesWorldmappinSplinterlandsHIVE CN 中文社区ActifitPhotography LoversBlack And WhiteLeoFinanceEcencyHive LearnersReflectionsHive FoodHive GamingExplore Communities...#zigTrendingHotNewPayoutsMutedscipio (70)in StemSocial • 52 minutes agoLearn Zig Series (#88) - WebSocket ServerLearn Zig Series (#88) - WebSocket Server What will I learn? How a WebSocket connection lives and dies -- the handshaking, open, closing, closed state machine; How…scipio (70)in StemSocial • yesterdayLearn Zig Series (#87) - WebSocket ProtocolLearn Zig Series (#87) - WebSocket Protocol What will I learn? Why WebSocket exists, and what it does that plain HTTP simply cannot; How the opening handshake…scipio (70)in StemSocial • 2 days agoLearn Zig Series (#86) - TLS via C InteropLearn Zig Series (#86) - TLS via C Interop What will I learn? Why you should NEVER hand-roll your own TLS, and what to do instead; How to link a battle-tested C…scipio (70)in StemSocial • 3 days agoLearn Zig Series (#85) - HTTP/2 Frames and StreamsLearn Zig Series (#85) - HTTP/2 Frames and Streams What will I learn? Why HTTP/1.1 hit a wall and what problem HTTP/2 was designed to solve; How the binary framing…scipio (70)in StemSocial • 5 days agoLearn Zig Series (#84) - HTTP/1.1 Deep DiveLearn Zig Series (#84) - HTTP/1.1 Deep Dive What will I learn How HTTP/1.1 works at the byte level -- request lines, headers, and message bodies; How to build a…scipio (70)in StemSocial • 6 days agoLearn Zig Series (#83) - DNS Server ImplementationLearn Zig Series (#83) - DNS Server Implementation What will I learn How to build a DNS server that listens for queries and sends responses; How to implement zone…scipio (70)in StemSocial • 7 days agoLearn Zig Series (#82) - DNS Resolver from ScratchLearn Zig Series (#82) - DNS Resolver from Scratch What will I learn How DNS works at the protocol level -- query format, response parsing, record types; How to…