Skip to content

Commit 9263842

Browse files
committed
new sanic resources
1 parent aa89c67 commit 9263842

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ need to build a significant amount of the plumbing yourself rather than
3333
`pip` installing existing, well-tested libraries.
3434

3535

36-
## Sanic tutorials
36+
### Sanic tutorials
3737
Sanic is under very active development and is still in its infancy as a
3838
web framework. The following tutorials will get you started but there is
3939
a chance you will have to work through errors as Sanic is regularly updated.
@@ -53,8 +53,11 @@ a chance you will have to work through errors as Sanic is regularly updated.
5353
* [Python Sanic Tutorial](https://www.youtube.com/watch?v=WiGsWfwh0yY) is a
5454
video tutorial on how to write your first Sanic web apps.
5555

56+
* [A Guide to Instrumenting Sanic Applications, Part 1](https://medium.com/@pyk/a-guide-to-instrument-sanic-application-part-1-193b3eb403a)
57+
shows how to add Prometheus-based monitoring to Sanic applications.
5658

57-
## Sanic open source projects and examples
59+
60+
### Sanic open source projects and examples
5861
There are not many example applications and extensions for Sanic
5962
compared to [Flask](/flask.html), [Django](/django.html) or
6063
[other web frameworks](/other-web-frameworks.html) because Sanic is
@@ -91,3 +94,6 @@ this framework.
9194
has boilerplate code for setting up a Sanic project using
9295
[Docker](/docker.html) and [Nginx](/nginx.html).
9396

97+
* [Sanic JWT](http://sanic-jwt.readthedocs.io/en/latest/)
98+
([source code](https://github.com/ahopkins/sanic-jwt)) adds support for
99+
authentication via [JSON Web Tokens (JWT)](https://jwt.io/).

0 commit comments

Comments
 (0)