mirror of https://github.com/encode/starlette.git
Add Ellar to third-party packages (#2015)
This commit is contained in:
parent
9450edf282
commit
01f9975697
|
@ -214,6 +214,15 @@ A flexible and extendable web framework built on top of Starlette, Pydantic and
|
|||
<a href="https://github.com/adriangb/xpresso" target="_blank">GitHub</a> |
|
||||
<a href=https://xpresso-api.dev/" target="_blank">Documentation</a>
|
||||
|
||||
### Ellar
|
||||
|
||||
<a href="https://github.com/eadwinCode/ellar" target="_blank">GitHub</a> |
|
||||
<a href="https://eadwincode.github.io/ellar/" target="_blank">Documentation</a>
|
||||
|
||||
Ellar is an ASGI web framework for building fast, efficient and scalable RESTAPIs and server-side applications. It offers a high level of abstraction in building server-side applications and combines elements of OOP (Object Oriented Programming), and FP (Functional Programming) - Inspired by Nestjs.
|
||||
|
||||
It is built on 3 core libraries **Starlette**, **Pydantic**, and **injector**.
|
||||
|
||||
### Apiman
|
||||
|
||||
An extension to integrate Swagger/OpenAPI document easily for Starlette project and provide [SwaggerUI](http://swagger.io/swagger-ui/) and [RedocUI](https://rebilly.github.io/ReDoc/).
|
||||
|
|
Loading…
Reference in New Issue