Top "Falconframework" questions

A bare-metal Python web API framework for building very fast app backends and microservices.

Python Falcon - get POST data

I try to use falcon package in my project. Problem is I didn't find a way to get body data …

python python-3.x http-post falconframework falcon
How to serve a static webpage from falcon application?

I am new to python and hence falcon. I started developing a RESTful API and falcon so far is great …

python falconframework
How to secure own backend API which serves only my frontend?

I'm setting up a webapp with a frontend and a backend that communicates with the frontend soley through RESTful methods. …

python security falconframework
Python falcon and async operations

I am writing an API using python3 + falcon combination. There are lot of places in methods where I can send …

python falconframework
Django or Flask or Falcon for Microservices

Why is Microservice Architecture better than monolithic architecture? I know the answer will be because the microservice architecture is more …

django flask architecture microservices falconframework
How to use query string in Falcon python

Ho do you configure the app to have following features: Have an api-endpoint defined as app.add_route('/v1/…

python query-string falconframework