Skip to content

Commit 58b2230

Browse files
authored
Merge pull request mattmakai#224 from mjhea0/patch-4
add bit about Masonite
2 parents 7586ee3 + 03b85a9 commit 58b2230

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/pages/04-web-development/10-other-web-frameworks.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ requests and responses via Python objects and does not integrate session
8282
handling or [database](/databases.html) access.
8383

8484

85+
## Masonite
86+
87+
[Masonite](https://docs.masoniteproject.com/) is a modern, developer
88+
centric, batteries-included Python web framework. It uses the MVC
89+
(Model-View-Controller) architecture pattern and comes with a lot of
90+
functionality out of the box with an extremely extendable architecture.
91+
92+
Check out the following resources to lean more:
93+
94+
1. [5 reasons why people are choosing Masonite over Django](https://dev.to/masonite/5-reasons-why-people-are-choosing-masonite-over-django-ic3)
95+
1. [MasoniteCasts](https://masonitecasts.com/)
96+
1. [Dockerizing Masonite with Postgres, Gunicorn, and Nginx](https://testdriven.io/blog/dockerizing-masonite-with-postgres-gunicorn-and-nginx/)
97+
98+
8599
### Other web framework resources
86100
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)
87101
contains both familiar and less known Python libraries.

0 commit comments

Comments
 (0)