Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Falcon framework (native ASGI support since version 3.0) #62

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

vytas7
Copy link
Contributor

@vytas7 vytas7 commented Apr 6, 2021

Add Falcon framework (native ASGI support since version 3.0).
falcon

Checklist

  • This project is explicitly related to ASGI.
  • The new list entry contains a project name, URL and description.

What is this project?

Falcon framework is the no-nonsense, minimalist REST and app backend framework for Python developers, with a focus on reliability, correctness, and performance at scale.

Falcon supports both WSGI and, as of version 3.0, ASGI application servers.

Do you know about other similar projects?

Yes, there are many web frameworks for Python 😈

If so, how is this one different?

Falcon tries to do as little as possible while remaining highly effective.

  • ASGI, WSGI, and WebSocket support
  • Native asyncio support
  • No reliance on magic globals for routing and state management
  • Stable interfaces with an emphasis on backwards-compatibility
  • Simple API modeling through centralized RESTful routing
  • Highly-optimized, extensible code base
  • Easy access to headers and bodies through request and response classes
  • DRY request processing via middleware components and hooks
  • Strict adherence to RFCs
  • Idiomatic HTTP error responses
  • Straightforward exception handling
  • Snappy testing with WSGI/ASGI helpers and mocks
  • CPython 3.5+ and PyPy 3.5+ support

Anyone who agrees with this pull request can add a 👍.

Copy link
Owner

@florimondmanca florimondmanca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely worth having Falcon on this list. Thanks, and congrats on adding ASGI support!

@florimondmanca florimondmanca merged commit 0921fa6 into florimondmanca:master Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants