Building an instant messaging app — what are the real challenges? #1404
Kathrininfanta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading about how to build instant messaging app (including this guide on architecture and components), and I’m trying to understand the practical side of it.
From what I’ve seen, building a real-time chat app involves things like WebSockets, message queues, presence handling, push notifications, media sharing, and scaling for concurrent users.
For those who’ve actually built something like this from scratch:
I’m trying to understand where people usually draw the line between building in-house vs using existing messaging infrastructure.
Beta Was this translation helpful? Give feedback.
All reactions