Ask HN: Is building a realtime web application hard (for a startup)?
I've been struggling during the past months building a realtime mobile application that scales.
We started with Firebase which is great to kickstart a project, but after a couple of months we needed to create our own socket-based realtime infrastructure.
It was really tough, especially for our small team.
I wonder if it's a problem that you've ever faced?
3 comments
[ 3.8 ms ] story [ 20.0 ms ] threadI didn't, actually, we were in a rush and we started building something with socket.io which I guess is (one of) the easiest way to start. And then we had to scale the backend accordingly and it was a pain in the neck.
To be honest, I'm wondering if there's a space for a SAAS product around realtime...