Investigate FastAPI as a replacement for FlaskRESTful #187
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The desire to add WebSocket support (#173) has revealed major limitations in FlaskRESTful as a framework for the API.
Instead, investigate moving to FastAPI. In addition to being far more performant, it includes native WebSocket support for arbitrary routes, so this would provide a much nicer more piecemeal approach to that idea.