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
There is not much difference between falca and falcon. Actually, falca is just a falcon wrapper.
Which adds some features inspired by the FastAPI and Flask, such as:
Dependency Injection
Typical initialization of Flask(__name__) application
I think you will learn it quickly if you know the 3 frameworks above.
The text was updated successfully, but these errors were encountered:
Sorry, at this time I have not had time to make documentation for this project.
To learn it, you can go through:
There is not much difference between falca and falcon. Actually, falca is just a falcon wrapper.
Which adds some features inspired by the FastAPI and Flask, such as:
Flask(__name__)
applicationI think you will learn it quickly if you know the 3 frameworks above.
The text was updated successfully, but these errors were encountered: