Hacker News new | ask | show | jobs
by nilsbunger 4533 days ago
This could be useful. A few questions:

1) can you describe the tornado part of the system? The blog post isn't really clear on that.

2) how do you associate websocket sessions with browser sessions?

3) how do you handle server-to-client notifications? ie. a celery task completes and you want to notify the client.

4) Is XSS a concern?