HTMX & Nginx
Little Test with HTMX & Nginx
recently, i saw the Keynote - “Full-Stack Python” (Andy “Pandy” Knight) and i read an article about html & websockets. So I thought why not give it a try?
Preview
Requirements
the usual stuff:
- Virtual Machine (here: OpenBSD VM)
- FQDN Pointing to your Box
- SSL Cert
Webroot
on your webserver, create a new webroot wherever you have your pages located.
su - webmaster
mkdir -p /var/www/virtual/your.page.de
cd /var/www/virtual/your.page.de/
main.py
the main part of the python code …