Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored Oct 13, 2023
1 parent 016ca3a commit c06c9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Joyful Python Web App development**

Appier is an object-oriented Python web framework built for super fast app development.
Appier is an object-oriented Python web framework built for super-fast app development.
It's as lightweight as possible, but not too lightweight.
It gives you the power of bigger frameworks, without their complexity.

Expand Down Expand Up @@ -67,7 +67,7 @@ It features the following:
* Out-of-the-box support for multiple [WSGI](https://wsgi.readthedocs.io/) and [ASGI](https://asgi.readthedocs.io/) servers: [Netius](https://netius.hive.pt), [Uvicorn](https://www.uvicorn.org), [Hypercorn](https://pgjones.gitlab.io/hypercorn), [Daphne](https://github.com/django/daphne), etc.

For the purposes of rapid web development, Appier goes well with [Netius](http://netius.hive.pt)
(web server) and [UXF](http://uxf.hive.pt) (client side graphical library) as a whole stack.
(web-server) and [UXF](http://uxf.hive.pt) (client-side graphical library) as a whole stack.

## Learn more

Expand Down

0 comments on commit c06c9dd

Please sign in to comment.