Djaio is an asynchronous web framework. It is dedicated to aggregate different microservices into one web page. Also it can be used as usual application server.
- Django-style apps support
- Configurable settings module
- Autodiscover URLs within installed apps
- Autodiscover templates within installed apps
- Provide assets URLs according to Webpack manifest.json
- Django-style class-based TemplateView
- Jinja2 templating
- Asynchronously and concurrently loading data from several remote APIs using RemoteContextMixin
- Generic views and methods to build RESTful API
- Database and ORM support (possibly SQLAlchemy)
- One or more session engines
- CSRF protection support