Skip to content

Commit 769ad55

Browse files
committed
add new sanic and other frameworks resources
1 parent 8facaf8 commit 769ad55

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

content/pages/07-web-development/09-sanic.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ this framework.
8686
* [Sanic OpenAPI](https://github.com/channelcat/sanic-openapi) provides
8787
a user interface for Sanic APIs.
8888

89+
* This
90+
[Sanic & Nginx & docker-compose example](https://github.com/itielshwartz/sanic-nginx-docker-example)
91+
has boilerplate code for setting up a Sanic project using
92+
[Docker](/docker.html) and [Nginx](/nginx.html).
93+

content/pages/07-web-development/11-other-web-frameworks.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ Flask with URL routes defined as decorators upon view functions. The
6666
[Peewee ORM](https://peewee.readthedocs.org/en/latest/) is used instead of
6767
the more common SQLAlchemy ORM.
6868

69+
## Ray
70+
[Ray](https://rayframework.github.io/site/)
71+
is a framework for building RESTful APIs, similar to [Falcon](/falcon.html).
72+
The [introductory post](https://medium.com/@felipevolpone/ray-a-new-python-web-framework-e5ec9d74bfb4)
73+
provides some initial code to get started with creating endpoints, adding
74+
authentication and protecting against malicious clients.
75+
6976

7077
## Other web framework resources
7178
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)

0 commit comments

Comments
 (0)