monuelo/cast-sh

Create flask blueprints for ws/http

monuelo opened this issue · 0 comments

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.