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.