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

feat(framework): Converted WSGI server to a Snow Framework #16

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

Riverfount
Copy link
Owner

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
@Riverfount Riverfount linked an issue Sep 17, 2022 that may be closed by this pull request
@Riverfount Riverfount merged commit d2c1cea into main Sep 17, 2022
@Riverfount Riverfount deleted the Issue-13 branch September 17, 2022 15:16
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 this pull request may close these issues.

Convert the WSGI server into a simple web framework
1 participant