Skip to content

dan-osull/python_htmx_websockets_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for talk at PyMNtos - Twin Cities Python User Group:

  • Build a simple web app with HTMX and WebSockets

A bookmark app that streams updates to connected clients using WebSockets.

Slides for the talk are here.

HTMX.WebSockets.demo.video.1.mp4

Useful commands

Run (Docker):

docker compose up -d

Run (Poetry):

poetry run uvicorn src.main:app

Lint:

poetry run black . && poetry run ruff . --fix

About

Build a simple web app with HTMX and WebSockets. Code for talk given at Twin Cities Python User Group, Sep 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors