What should I expect from a Falcon tutorial?
What should I expect from a Falcon tutorial? In this tutorial we’ll walk through building an API for a simple image sharing service. Along the way, we’ll discuss Falcon’s major features and introduce the terminology used by the framework. This tutorial covers the “traditional”, synchronous flavor of Falcon using the WSGI protocol. How is the Falcon Framework similar to rest? Falcon’s design borrows several key concepts from the REST architectural style. Central to both REST and the Falcon framework is the concept of a “resource”. Resources are simply all the things in your API or application that can be accessed...