Ask HN: Is building a realtime web application hard (for a startup)?
3 points| kevinpiac | 4 years ago
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?
david927|4 years ago
kevinpiac|4 years ago
I 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...