Hacker News new | ask | show | jobs
by aecorredor 3273 days ago
I want to build a fantasy draft soccer app with node and react. I guess I would need socket.io for the draft, but I've never done any real-time app before. Can you help me out in explaining in the overall architecture of the system? Especially the real-time aspect of it.
1 comments

Why don't you build a tiny real-time app first. Maybe this will help: https://www.youtube.com/watch?v=9FPkN6ETqes
Thanks for the cool video, I'll definitely start small first.