File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed
Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BlackSheep is an [ASGI](https://asgi.readthedocs.io/en/latest/) web framework,
44which requires an ASGI HTTP server to run, such as
55[ Uvicorn] ( http://www.uvicorn.org/ ) , or
66[ Hypercorn] ( https://pgjones.gitlab.io/hypercorn/ ) or
7- [ granian ] ( https://github.com/emmett-framework/granian ) . All examples in this
7+ [ Granian ] ( https://github.com/emmett-framework/granian ) . All examples in this
88documentation use ` Uvicorn ` , but the framework has also been tested with
99Hypercorn and should work with any server that implements the ` ASGI `
1010specification.
@@ -17,6 +17,14 @@ specification.
1717 <a href =" https://www.uvicorn.org " ><img width =" 270 " src =" https://raw.githubusercontent.com/tomchristie/uvicorn/master/docs/uvicorn.png " alt =" Uvicorn " ></a >
1818</p >
1919
20+ ### Granian
21+
22+ <br />
23+ <div class =" img-auto-width " ></div >
24+ <p align =" left " >
25+ <a href =" https://github.com/emmett-framework/granian " ><img width =" 330 " src =" https://camo.githubusercontent.com/cc0d9333c913fa2ce690b247909b1ab3e54c9a74b269bfc79e2e62c7a339b077/68747470733a2f2f656d6d6574742e73682f7374617469632f696d672f6772616e69616e2d6c6f676f2d78622d66772e706e67 " alt =" Granian " ></a >
26+ </p >
27+
2028### Hypercorn
2129
2230<br />
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ python -m venv venv
4141 ```
4242
4343BlackSheep is an [ ASGI] ( https://asgi.readthedocs.io/en/latest/ ) web framework,
44- so it requires an ASGI HTTP server like [ uvicorn ] ( http://www.uvicorn.org/ ) , or
45- [ hypercorn ] ( https://pgjones.gitlab.io/hypercorn/ ) or
46- [ granian ] ( https://github.com/emmett-framework/granian ) . Install ` uvicorn ` and
44+ so it requires an ASGI HTTP server like [ Uvicorn ] ( http://www.uvicorn.org/ ) ,
45+ [ Hypercorn ] ( https://pgjones.gitlab.io/hypercorn/ ) , or
46+ [ Granian ] ( https://github.com/emmett-framework/granian ) . Install ` uvicorn ` and
4747` blacksheep ` for this tutorial:
4848
4949``` bash
Original file line number Diff line number Diff line change 11{% if not page.meta.no_comments %}
22<!-- Giscus snippet -->
33< script src ="https://giscus.app/client.js "
4- data-repo ="Neoteroi/BlackSheep-Docs "
5- data-repo-id ="MDEwOlJlcG9zaXRvcnkzNzYyOTM4ODI= "
4+ data-repo ="Neoteroi/neoteroi.github.io "
5+ data-repo-id ="R_kgDOOIMGzg "
66 data-category ="Q&A "
7- data-category-id ="DIC_kwDOFm3J-s4CSpF8 "
7+ data-category-id ="DIC_kwDOOIMGzs4CrM27 "
88 data-mapping ="pathname "
99 data-strict ="0 "
1010 data-reactions-enabled ="1 "
Original file line number Diff line number Diff line change 11{% if not page.meta.no_comments %}
22<!-- Giscus snippet -->
33< script src ="https://giscus.app/client.js "
4- data-repo ="Neoteroi/BlackSheep-Docs "
5- data-repo-id ="MDEwOlJlcG9zaXRvcnkzNzYyOTM4ODI= "
4+ data-repo ="Neoteroi/neoteroi.github.io "
5+ data-repo-id ="R_kgDOOIMGzg "
66 data-category ="Q&A "
7- data-category-id ="DIC_kwDOFm3J-s4CSpF8 "
7+ data-category-id ="DIC_kwDOOIMGzs4CrM27 "
88 data-mapping ="pathname "
99 data-strict ="0 "
1010 data-reactions-enabled ="1 "
You can’t perform that action at this time.
0 commit comments