Skip to content

Commit

Permalink
Add Ellar to third-party packages (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jan 22, 2023
1 parent 9450edf commit 01f9975
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/third-party-packages.md
Expand Up @@ -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/).
Expand Down

0 comments on commit 01f9975

Please sign in to comment.