tylermmorton / torque

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

Refactor: Use the htmx-go package #12

Closed tylermmorton closed 5 months ago

tylermmorton commented 11 months ago

The torque framework has its own htmx package, mostly containing logic to wire up WebSockets and SSE into torque.

Recently a new package was released called htmx-go that is a much more comprehensive implementation of htmx related features.

We should determine which logic in the torque htmx package can be deprecated and replaced.

Tasks: