Jump to content

User:Cipherking/Falcon (computer software)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cipherking (talk | contribs) at 01:29, 16 September 2015 (Added Importance and Relevance section -- Cipherking). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Importance and Relevance

Performance

Falcon has optimizations built it to ensure that overall application level performance is not affected even when it is subjected to concurrent workloads. Since falcon handles it at framework level it doesn’t need extra/modified hardware to do so.[1]

Freedom

Unlike most web frameworks falcon doesn’t impose much restrictions and coding conventions on the programmer. This may result into more code but can also be viewed as an aspect that lets programmers choose their own implementation[1]

Reliability

Falcon has kept dead and unused to a minimum. This leads to lighter code with fewer bugs. The project uses some automatic code coverage tools to keep in check.[1]

  1. ^ a b c "Falcon - The minimalist Python WSGI framework". falconframework.org. Retrieved 2015-09-16.