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
After creating a static HTML render and migrating it to a simple WSGI dynamic server, now we improve our knowledge by converting the WSGI server to a simple Web Framework called Snow.
We followed these steps:
- Create a class called Snow, that is our framework
- Instantiate an app object from our class
- Create business rules in a specific module to decouple our logic from our implementation
Closes#13
After creating a static HTML render and migrating it to a simple WSGI dynamic server, now we improve our knowledge by converting the WSGI server to a simple Web Framework called Snow.
We followed these steps:
- Create a class called Snow, that is our framework
- Instantiate an app object from our class
- Create business rules in a specific module to decouple our logic from our implementation
Closes#13
The goal of this issue is to apply our knowledge to convert our simple server WSGI into a simple WEB framework.
The text was updated successfully, but these errors were encountered: