UCPong is just slightly over-engineered pong built to explore how HTMX and Golang work together for real-time web applications.
Powered by dynamic updates from HTMX and backend game logic from Golang’s concurrency.
Originally built with Go 1.24
git clone https://github.com/zro404/ucpong.git
cd ucponggo mod tidygo run .

