Giter Club home page Giter Club logo

asgi-examples's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

asgi-examples's Issues

Standardize CLI and run() accross ASGI servers

I was not sure where to start this discussion; this seems like neutral ground :)

cc @pgjones @tomchristie

ASGI is great! I can pick a web framework and swap out the server with zero effort. Even the way to run an app from the terminal is the same (kind of).

However, the CLI arguments differ (e.g. -b in hypercorn vs --host in uvicorn). Both hypercorn and uvicorn have a run() method that I can put in my if __name__ == '__main__' section. But the signature and way to configure is very different.

Can we please discuss fixing this? (I checked the issue trackers of hypercorn and uvicorn whether this topic was raised before, did not see any, sorry if I missed it.)

To kick this discussion off, here's my proposal:

  • Define common CLI args names (at least for the functionality that is shared).
  • Have servers define a some_asgi_server.run_asgi() function. The _asgi suffix makes that non-ASGI servers can potentially expose the function too (via an adapter).
  • Allow configuration via keyword arguments to the above function, that have the same names as the CLI args.

Consequences of using FlaskAsgiAdapter?

I'm impressed with your repo, it's great for getting more insight on ASGI.

I saw the Flask ASGI Adapter (which completely blew my mind, just considering Flask could run websockets like that) and I'm wondering what the catch is? What parts of Flask won't work?

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.