Created by: jordic
What is this Python project?
https://guillotina.io Guillotina. The fullstack DataFramwork. Guillotina is the only full-featured Python AsyncIO REST Resource Application Server designed for high-performance, horizontally scaling solutions.
Why Guillotina
-
Performance: Traditional python web servers limit the number of simultaneous requests to the number of threads running the server. With AsyncIO, you are able to server many simultaneous requests at the same time.
-
Front-end friendly: Guillotina is designed to make your JavaScript engineers happy. With things like automatic swagger documentation for endpoints, OOTB CORS and websockets, your front-end team will be happy to work with Guillotina. We speak JSON but can adapt with any Content-Type payload request/response bodies.
-
AsyncIO: With AsyncIO, websockets are simple. More interestingly, AsyncIO is an ideal match with micro-service architectures.
-
Object model: Guillotina uses a hierarchial object model. This hierarchy of objects then maps to URLs. The hierarchy model is perfect for managing a large number of objects.
-
Security: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks.
-
Scale: With integrations like Redis, ElasticSearch and Cockroach, you have the tools to scale.
What's the difference between this Python project and similar ones?
- Fast and scalable: Built on AsyncIO, Guillotina scales out of the box by design.
- Simplicity with batteries included: With features like CORS, Websockets and TUS, Guillotina provides just the right amount of "batteries."
- Securely organized data: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks.
--
Anyone who agrees with this pull request could vote for it by adding a