Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing chat in an application?

Tags:

python

chat

I'm making a game and I am using Python for the server side.

It would be fairly trivial to implement chat myself using Python - that's not my question.
My question is
I was just wondering if there were any pre-made chat servers or some kind of service that I would be able to implement inside of my game instead of rolling my own chat server?
Maybe like a different process I could run next to my game server process?

like image 527
ryeguy Avatar asked Sep 13 '26 02:09

ryeguy


1 Answers

I recommend using XMPP/Jabber. There are a lot of libraries for clients and servers in different languages. It's free/open source.

http://en.wikipedia.org/wiki/XMPP

like image 181
Lennart Koopmann Avatar answered Sep 14 '26 15:09

Lennart Koopmann



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!