Open lotabout opened 8 years ago
After investigation, I believe that the most important part of a web-framework is actually a router. I've implement one based on bottle.py's router:
https://github.com/lotabout/simple-framework/blob/master/router.py
Further tasks includes:
The whole target is to build our own simple web framework. And this about web server.
Resources