[Making an MMO] Episode 8 – Websocket Hosting and Dialing



[Making an MMO] Episode 8 – Websocket Hosting and Dialing

[Making an MMO] Episode 8 - Websocket Hosting and Dialing

Today’s episode begins the journey of adding online infrastructure to our game. We will start with creating a basic server binary who will host a websocket server, then our client will dial that websocket server and send some data.

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 I’ll try to make an episode where possible.

Thanks for watching! Let me know if you have any questions!

// Repository: https://github.com/unitoftime/mmo