Real time chat room exercise.
Wanted to try out Templ and HTMX and practice go channels.
Build the Templ files & run the server
./run.sh
# Then open http://localhost:8888
Watch for changes in both Templ files and go files and re-load the app on changes.
We cannot do live reloading because proxies work bad with SSE.
./watch.sh
# Then open http://localhost:8888