Skip to content

kerumitdg/fastapi-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-websockets

Working example of https://fastapi.tiangolo.com/advanced/websockets/

Quickstart

docker-compose up --build

# Go to http://localhost:8000/

or

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

python main.py
# or...
# uvicorn main:app --reload --host 0.0.0.0 --port 8000

# Go to http://localhost:8000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published