Found this tiny Python web framework – works like Flask but way simpler. Great for learning
Posted by Drxco_09@reddit | programming | View on Reddit | 2 comments
I was looking for a lightweight alternative to Flask for a side project and came across this repo that seems built for learning how web servers work from scratch.
It has no fancy dependencies, the routing is super minimal, and the code is really readable. Thought it might be useful for anyone curious about building their own framework or just understanding HTTP methods, routing, middlewares, etc.
Sharing it in case someone finds it helpful too:
programming-ModTeam@reddit
This is a demo of a product or project that isn't on-topic for r/programming. r/programming is a technical subreddit and isn't a place to show off your project or to solicit feedback.
If this is an ad for a product, it's simply not welcome here.
If it is a project that you made, the submission must focus on what makes it technically interesting and not simply what the project does or that you are the author. Simply linking to a github repo is not sufficient
ketralnis@reddit
You "found" a framework that happens to have the author with the same username as you?