File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
content/pages/07-web-development Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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
6767the 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/ )
You can’t perform that action at this time.
0 commit comments