Open amorphic opened 5 years ago
Potential frameworks (all of these use asyncio
and provide native websocket support):
@sjdines FYI the latest episode of Talk Python To Me is with one of the Sanic maintainters. Worth a listen.
Consideration factors I can think of:
We've decided to base Braubuddy on a websocket API. We still need to determine:
Use the answers to these ---^ questions to implement a websocket API with a basic
get_status
endpoint.