๐Ÿ”Œ

Protocol Server

A network server I wrote from scratch โ€” implementing the protocol myself, byte by byte, instead of just importing a library that does it for me.

NetworkingSockets TCPProtocols

What it is

Most people use a big library when they want two computers to talk. I wanted to understand what's actually happening underneath โ€” so I built a server that speaks its protocol by hand: opening a socket, reading raw bytes off the wire, and answering with exactly the right bytes back. It's the same low-level idea behind how the RCON channel on my Minecraft server works. ๐Ÿง 

Why it's cool

More details

๐Ÿ“ This page is a stub โ€” jshkolnik, tell Claude more about this project (what protocol, what language, what it does) and I'll flesh it out with the real story, code snippets, and a proper feature list.

โ† Back to all projects