Clastic Compared¶
TODO (might belong in the FAQ instead)
In the Python world, you certainly have a lot of choices among web frameworks. Software isn’t a competition, but there are good reasons to use clastic.
Simple, Python-based API designed to minimize learning curve
Minimum global state, designed for concurrency
Respectable performance in microbenchmarks <https://github.com/the-benchmarker/web-frameworks> (not that it matters)
Rich dependency semantics guarantee that endpoints, URLs, middlewares, and resources line up before the Application will build to start up.
Compared to Django¶
TODO
Compared to Flask¶
TODO