markbastian/keg-party

Events Abstraction

Opened this issue · 0 comments

Events are currently hard-wired function names and are always dispatched to htmx clients. This needs to be broken out into two stages:

  1. Events should be data driven multimethods just like commands
  2. Event processing should be client agnostic -- right now everything is a ws-send to htmx clients