Just tiny PyScript websocket example Pydantic and server.
PyScript doesn't require installation right now, it uses latest web bundle.
For local usage ports 8000 and 8001 are used.
For server side:
git clone https://github.com/aptakhin/pyscript-websocket-example
cd pyscript-websocket-example
poetry install
poetry run uvicorn www.server:apppython3 -m http.server 8001Now open: http://localhost:8001/www/pydantic.html
