@dpastorini I'd love to! Can you share a link? I'll have a look on the Colyseus site to see if I can find a link there. Thanks for the advice!
Posts made by SpencerWF 0
Hello dpastorini,
Thank you for the advice! I think you are exactly correct! I hope your project is going well? I'm currently going through rather simple implementations of Colyseus and will probably be asking more questions soon, and greatly appreciate your response on this question.
I think the answer is going to be "this is a bad idea" but I figure I should double-check.
I've been developing a project on python flask, basically a game server. I have just started looking into multiplayer games and want to implement such a thing on the python flask server, and, coming across Colyseus seemed like a great way to go about it.
Since I'm at the beginning of developing the multiplayer game, I figure it's best to re-analyze my software stack, just in case.
Would it be a huge jump in complexity to use Colyseus and Node.js on my python flask server? I'm (obviously) not knowledgable about web development, servers or networking, just trying to learn as I go with this project. So any advice is greatly appreciated.