ROM: Golden Age # Part 6 — The real server: a clean-room rewrite in Go
Series: Reverse-engineering an MMORPG for preservation.
We picked Go to create a server poc. The shape of a game server maps almost perfectly onto Go's concurrency model: one goroutine per connection
octrys.hashnode.dev5 min read