O
O
orbit0702019-06-10 20:31:57
Mobile development
orbit070, 2019-06-10 20:31:57

How to implement instant messaging system in mobile apps if firebase is not suitable?

Hello.
Previously, I faced the need to implement instant messages in a mobile application (a simple messenger) and used realtime database from firebase for this. Now the task is to add a messenger for users to the finished application, only the application server is a regular server with a regular relational database, so it will be very difficult to cram firebase into this whole thing. In this regard, a few questions:
1. Are sockets used for these purposes?
2. What exactly to google on this topic? Maybe there are some ready-made services that will simplify the solution of this task?
3. More interested not in the case of "how to do it ideally", but in order to get an acceptable result for a relatively small amount of effort. Or will it not work?
I would be very grateful for any information on this matter.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Zolotov, 2019-06-10
@orbit070

Use websockets or long pooling, well, any language for server-side development

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question