amorphitec / braubuddy

Braubuddy
MIT License
0 stars 0 forks source link

Implement websocket API #2

Open amorphic opened 5 years ago

amorphic commented 5 years ago

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.

amorphic commented 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: