mirror of https://github.com/tiangolo/fastapi.git
Remove websockets package
This commit is contained in:
parent
60ef67a66b
commit
3e282e778d
|
|
@ -2,20 +2,6 @@
|
||||||
|
|
||||||
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**.
|
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
|
## WebSockets client
|
||||||
|
|
||||||
### In production
|
### In production
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue