I am making a game and I am using Python for the back end.
It would be trivial to implement the chat itself using Python - this is not my question.
My question
I am just wondering if there were any ready-made chat servers or some kind of service that I could implement inside my game, instead of translating my own chat server?
Maybe like another process that I could run next to the game server process?
source
share