Skip to content

domclick/djaio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djaio - Django-inspired AsyncIO web framework

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.

Features

  • 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

Roadmap

  • Database and ORM support (possibly SQLAlchemy)
  • One or more session engines
  • CSRF protection support

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages