Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion blacksheep/docs/asgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BlackSheep is an [ASGI](https://asgi.readthedocs.io/en/latest/) web framework,
which requires an ASGI HTTP server to run, such as
[Uvicorn](http://www.uvicorn.org/), or
[Hypercorn](https://pgjones.gitlab.io/hypercorn/) or
[granian](https://github.com/emmett-framework/granian). All examples in this
[Granian](https://github.com/emmett-framework/granian). All examples in this
documentation use `Uvicorn`, but the framework has also been tested with
Hypercorn and should work with any server that implements the `ASGI`
specification.
Expand All @@ -17,6 +17,14 @@ specification.
<a href="https://www.uvicorn.org"><img width="270" src="https://raw.githubusercontent.com/tomchristie/uvicorn/master/docs/uvicorn.png" alt="Uvicorn"></a>
</p>

### Granian

<br />
<div class="img-auto-width"></div>
<p align="left">
<a href="https://github.com/emmett-framework/granian"><img width="330" src="https://camo.githubusercontent.com/cc0d9333c913fa2ce690b247909b1ab3e54c9a74b269bfc79e2e62c7a339b077/68747470733a2f2f656d6d6574742e73682f7374617469632f696d672f6772616e69616e2d6c6f676f2d78622d66772e706e67" alt="Granian"></a>
</p>

### Hypercorn

<br />
Expand Down
6 changes: 3 additions & 3 deletions blacksheep/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ python -m venv venv
```

BlackSheep is an [ASGI](https://asgi.readthedocs.io/en/latest/) web framework,
so it requires an ASGI HTTP server like [uvicorn](http://www.uvicorn.org/), or
[hypercorn](https://pgjones.gitlab.io/hypercorn/) or
[granian](https://github.com/emmett-framework/granian). Install `uvicorn` and
so it requires an ASGI HTTP server like [Uvicorn](http://www.uvicorn.org/),
[Hypercorn](https://pgjones.gitlab.io/hypercorn/), or
[Granian](https://github.com/emmett-framework/granian). Install `uvicorn` and
`blacksheep` for this tutorial:

```bash
Expand Down
6 changes: 3 additions & 3 deletions blacksheep/overrides/partials/comments.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% if not page.meta.no_comments %}
<!-- Giscus snippet -->
<script src="https://giscus.app/client.js"
data-repo="Neoteroi/BlackSheep-Docs"
data-repo-id="MDEwOlJlcG9zaXRvcnkzNzYyOTM4ODI="
data-repo="Neoteroi/neoteroi.github.io"
data-repo-id="R_kgDOOIMGzg"
data-category="Q&A"
data-category-id="DIC_kwDOFm3J-s4CSpF8"
data-category-id="DIC_kwDOOIMGzs4CrM27"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
Expand Down
6 changes: 3 additions & 3 deletions rodi/overrides/partials/comments.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% if not page.meta.no_comments %}
<!-- Giscus snippet -->
<script src="https://giscus.app/client.js"
data-repo="Neoteroi/BlackSheep-Docs"
data-repo-id="MDEwOlJlcG9zaXRvcnkzNzYyOTM4ODI="
data-repo="Neoteroi/neoteroi.github.io"
data-repo-id="R_kgDOOIMGzg"
data-category="Q&A"
data-category-id="DIC_kwDOFm3J-s4CSpF8"
data-category-id="DIC_kwDOOIMGzs4CrM27"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
Expand Down