Skip to content

aptakhin/pyscript-websocket-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyscript-websocket-example

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:app
python3 -m http.server 8001

Now open: http://localhost:8001/www/pydantic.html

browser screen

About

Just tiny PyScript websocket example Pydantic and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published