This project is a tutorial on creating python web application server from scratch, using only twisted framework as network interface.
Project provides easy to understand, simplified implementations of major components of Flask/Django web frameworks, including: URL routing, views, templates, JSON data API, middleware support, error handling including routing table display and stack trace on user views.
Requires python 3.5+ and twisted framework
(c) 2018 Esya Volchek