Falcon now works on RustPython out of the box #7957
vytas7
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Falcon now works with a basic hello world app using both
wsgiref.simple_serverand Uvicorn:(Serve with just
python hello.pyoruvicorn hello:asgi_app.)But unfortunately I cannot run any tests, so I cannot tell what the actual compatibility is (because of #6697 👿).
Beta Was this translation helpful? Give feedback.
All reactions