Uploaded May 2023 | Updated September 2026, 1 week ago
⁍ Wishlist: store.steampowered.com/app/3475620/Mythfall
⁍ Discord: discord.gg/63YeahMKfJ
⁍ Patreon: patreon.com/UnitOfTime
⁍ Github: github.com/sponsors/unitoftime
⁍ Twitter: twitter.com/UnitOfTime
⁍ Play: mythfall.com
// Description
This week I optimized my networking in two ways. First I added vision based culling so that I could scale the world size without increasing packet size. And second I did some optimizations and bitpackings to reduce individual component serializations. The game is handwritten in Go.
⁍ Wishlist: store.steampowered.com/app/3475620/Mythfall
⁍ Discord: discord.gg/63YeahMKfJ
⁍ Patreon: patreon.com/UnitOfTime
⁍ Github: github.com/sponsors/unitoftime
⁍ Twitter: twitter.com/UnitOfTime
⁍ Play: mythfall.com
// Description
This week I optimized my networking in two ways. First I added vision based culling so that I could scale the world size without increasing packet size. And second I did some optimizations and bitpackings to reduce individual component serializations. The game is handwritten in Go.







![Building a Proxy Server for an MMO [Making an MMO - E14]
⁍ Wishlist: https://store.steampowered.com/app/3475620/Mythfall/
Today we explore the basic concepts behind proxy servers: What they are and why they are used. We will discuss the major implementation details of our proxy as well as tout some of the benefits of hiding our game server behind a custom written reverse proxy.
⁍ Series: https://youtube.com/playlist?list=PL_r0j2F4Hkj-Grm05K5lCOd6yaeeSAaY2
This tutorial series is about creating an MMO from (almost) scratch. We will be coding in Golang and we will use libraries where appropriate. I will stay at a fairly high level for most things, but let me know if you want a more intensive study on any individual topic and Ill try to make an episode where possible.
Thanks for watching! Happy to answer any questions!
// Repository: https://github.com/unitoftime/mmo
// Play: https://mythfall.com Building a Proxy Server for an MMO [Making an MMO - E14]](https://i.ytimg.com/vi/D7Mk1L4iDNA/mqdefault.jpg)


