tylermmorton / torque

`torque` is a web framework for building hypermedia driven applications in Go
https://lbft.dev/
36 stars 3 forks source link

Documentation: `EventSource`, htmx and `hx-ext="sse"` #2

Closed tylermmorton closed 5 months ago

tylermmorton commented 1 year ago

With the addition of the EventSource route module type, there is also basic support for the htmx sse extension in the torque/pkg/htmx sub-package as of https://github.com/tylermmorton/torque/commit/94a167a11092a658f4e33697d16b78bbddc50d58.

TODO: