Skip to content

Commit

Permalink
馃摑 Add notes about installing websockets
Browse files Browse the repository at this point in the history
Given its relative centrality to this topic of the tutorial, took
style cues from other tutorial docs with similar circumstances (e.g.,
`testing.md`, `static-files.md`, etc.) and added as a standalone
installation section.

Closes #2134
  • Loading branch information
TeoZosa committed Oct 5, 2020
1 parent 8247ff6 commit b589bde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/en/docs/advanced/websockets.md
Expand Up @@ -2,6 +2,20 @@

You can use <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API" class="external-link" target="_blank">WebSockets</a> with **FastAPI**.

## Install `WebSockets`

First you need to install `WebSockets`:

<div class="termy">

```console
$ pip install websockets

---> 100%
```

</div>

## WebSockets client

### In production
Expand Down

0 comments on commit b589bde

Please sign in to comment.