-
-
Notifications
You must be signed in to change notification settings - Fork 948
Articles, Talks and Podcasts
Vytautas Liuolia edited this page Jul 2, 2020
·
27 revisions
Please link to your Falcon-related blog posts, talks, and podcast episodes below. Thanks!
-
Async Python is Not Faster (2020)
- Editor's Note: Although the premise of this article is controversial, it does provide an insight into Falcon's sync performance. Falcon 3.0 supports ASGI (HTTP and WebSocket protocols) if your use case makes sense for async.
- Python Web Frameworks: Django vs Flask vs Falcon (2019)
- Creating a REST API with MongoDB and the Falcon Framework Python (2019)
- Falcon API Framework on Docker (2019)
- Building Very Fast App Backends with Falcon Web Framework on PyPy (2018)
- Asynchronous Tasks with Falcon and Celery (2018)
- Building a fast inference service with Falcon and Bjoern (2018)
- Create a scalable REST API with Falcon and RHSCL (2017)
- https://opensourceforu.com/2016/11/falcon-high-performance-lightweight-web-framework/ (2016)
- An Unladen Web Framework (2013)