Ask HN: What is your go to web framework for Real Time webapps?

2 points by tuyguntn ↗ HN
Given the rise of real-time web apps, server sent events, notifications and single page apps and JS heavy web sites, and lack of real time capabilities of Django-like frameworks (not built-in) what is your go to framework when you need to build such web apps?

EDIT: Can you talk a little about your chosen framework? why do you choose it, how is it different from others, which feature of it do you like most? How is framework is trending?

4 comments

[ 2.9 ms ] story [ 34.5 ms ] thread
I use Pushpin for all of my stuff (but of course I am biased as its lead developer :)).

In almost all cases I combine it with Django.