Using A Tornado Socket.IO Server For A Multiplayer Game

Posted on Thu 04 February 2021 in Tech • Tagged with tornado, python, game jam • 4 min read

I participated in my first team game jam last weekend, where we developed a multiplayer game using Phaser as the frontend and Tornado as the backend, which communicated via websockets. Here are some details, decisions, and lessons learned.


Continue reading