1

Should I use flask or Quart or just crossbar to serve dynamic and asynchronous web page ? I need websocket with RPC and PubSub.

I usually work on database with sqlalchemy , and I like brython instead of javascript. I'd like to avoid Node.js if possible.

Konrad Rudolph
  • 530,221
  • 131
  • 937
  • 1,214
laticoda
  • 100
  • 14

1 Answers1

0

You can find a list of implementations here

I'm planning to use Node.js and the Crossbar.io documentation is very helpful. Seems like a good choice.

Michael Cole
  • 15,473
  • 7
  • 79
  • 96