Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert the WSGI server into a simple web framework #13

Closed
Riverfount opened this issue Sep 17, 2022 · 0 comments · Fixed by #16
Closed

Convert the WSGI server into a simple web framework #13

Riverfount opened this issue Sep 17, 2022 · 0 comments · Fixed by #16
Assignees

Comments

@Riverfount
Copy link
Owner

The goal of this issue is to apply our knowledge to convert our simple server WSGI into a simple WEB framework.

@Riverfount Riverfount self-assigned this Sep 17, 2022
Riverfount added a commit that referenced this issue Sep 17, 2022
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
@Riverfount Riverfount linked a pull request Sep 17, 2022 that will close this issue
Riverfount added a commit that referenced this issue Sep 17, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant