Giter Club home page Giter Club logo

Comments (3)

andrewgodwin avatar andrewgodwin commented on August 19, 2024

It's difficult, as an explicit middleware interface was never defined in ASGI (most of them are "a callable that takes an application and returns an ASGI app", but not all), and to make it work seamlessly would require us to translate an app back into ASGI2, then run the middleware, and then translate the overall middleware back into ASGI3.

Thus, the work here is really "provide an ASGI3-to-2 converter", as with that, the rest is pretty trivial. Not sure how I feel about that yet!

Erring towards a "no" - is there a specific middleware that's going to be hard to convert to 3?

from asgiref.

blueyed avatar blueyed commented on August 19, 2024

It is not critical for me - I was just looking into using channel's middlewares in Starlette directly.
But I assume those get ported to ASGI3 then soon anyway.
Feel free to close it.

from asgiref.

andrewgodwin avatar andrewgodwin commented on August 19, 2024

OK, no problem - thanks for the feedback!

from asgiref.

Related Issues (20)

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.