python usip example use fastapi to apply web server. run install python dependencies pip install fastapi pip install "uvicorn[standard]" run web server uvicorn main:app --reload --port 8080