DEV Community

How to create REST API using Falcon

Apcelent on September 26, 2018

Falcon is a bare-metal Python web API framework used for building fast app backends and microservices. A bare-metal server is single-tenant physica...
Collapse
 
bgadrian profile image
Adrian B.G.

I think the framework creators confuses the word "bare-metal" with "vanilla" or other word. I would be surprised if they make it work without python installed and an operating system! to run directly on the hardware.

Also if you want performance and <10ms responses I suggest using a compiled language, just saying ...