Is XMPP a good option for a messaging system in an app?

I'm creating an app similar to Tinder and i'm curious to know if would be a good idea to use XMPP as the "messenger" part of it. My app is being made with a FastAPI backend and the other obvious choice is making it with websockets. Obs: For now i'm using this project just as a learning tool, but if it went in production, keeping it with the XMPP chat would be a bad idea?

Mar 19, 2025 - 19:58
 0
Is XMPP a good option for a messaging system in an app?

I'm creating an app similar to Tinder and i'm curious to know if would be a good idea to use XMPP as the "messenger" part of it. My app is being made with a FastAPI backend and the other obvious choice is making it with websockets.

Obs: For now i'm using this project just as a learning tool, but if it went in production, keeping it with the XMPP chat would be a bad idea?