Giter Site home page Giter Site logo

aiodjango's People

Contributors

mlavin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aiodjango's Issues

Customization of the App

Need to expose ways to customize/extend the aiohttp.web application which is created such as with additional middleware.

Convert URL Regexs

aiohttp.web does have a default regex router and the current solution is a bit of a hack. It's unlikely to work for more complex cases.

Static Files

Might what to make the static files automatically served by the async server. Something like whitenoise built-in. Not sure if sendfile works with aiohttp.

Test Utilities

Probably need to create utilities like the liveserver/test client for testing these additional views.

Auth Access

Like sessions, the coroutine views will also likely want to know about the current user.

Clean Up Access Log in Runserver

It's currently a unreadable mess. Nice to get a format closer to the original format. Color would be a nice to have but not really needed.

Tests

Not a lot of code in this project yet but still needs to be tested.

Benchmarking

The WSGI app shouldn't block the IO loop since it runs in a executor but it would be good to benchmark and test various scenarios such as DB access and generally slow views.

Full Documentation

The README is nice but if this is ever going to be more than a proof of concept it needs proper docs.

Configure Executor

Probably need a way to configure the executor used to run the WSGI app (CPU vs Theads or # of threads).

Live Demo

A fully deployed live demo would be nice for both the demo and to monitor usage/performance.

Session Access

Coroutine views will likely want access to the session and that should be available by default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.