Chat Server

Real time chat room exercise.

Why

Wanted to try out Templ and HTMX and practice go channels.

Build and Run

Build the Templ files & run the server

./run.sh
# Then open http://localhost:8888

Watch

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