Replies: 2 comments 1 reply
-
That would be great - I haven't heard of Starlette until now but it looks really interesting. I think the direction here for the generic websocket server is probably akin to what we do in the generic async client - a base class that handles a lot of the intricacies (especially that around handling binary transfer/chunked transfer), and a What you've built out for Starlette would be a great start - we appreciate any and all PRs/contributions! |
Beta Was this translation helpful? Give feedback.
-
I made a start to show it can be done, not ready for prime time but shows the concept I hope :) https://github.com/nickpholden/perspective/tree/starlette-ws |
Beta Was this translation helpful? Give feedback.
-
Since tornado is kind of compatible with asyncio would it be useful to make a non tornado specific client and server? I whipped something up quickly that seems to work OK with starlette for instance
Beta Was this translation helpful? Give feedback.
All reactions