You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
Actually both WS/HTTP endpoints are in the same file. There's no logical split in the python files and it can be difficult to read/understand the code.
A possible solution
We can use flask blueprints and separate the code by functionalities and logic. Also, create a new folder architecture for the python application.
The text was updated successfully, but these errors were encountered:
Description
Actually both WS/HTTP endpoints are in the same file. There's no logical split in the python files and it can be difficult to read/understand the code.
A possible solution
We can use flask blueprints and separate the code by functionalities and logic. Also, create a new folder architecture for the python application.
The text was updated successfully, but these errors were encountered: