Events Abstraction
Opened this issue · 0 comments
markbastian commented
Events are currently hard-wired function names and are always dispatched to htmx clients. This needs to be broken out into two stages:
- Events should be data driven multimethods just like commands
- Event processing should be client agnostic -- right now everything is a ws-send to htmx clients