feat: replace Handler() method for HTTPServeMux() for better plugin and testing integration; remove via-plugin-picocss dependency from examples; add datastar h.H nodes for data-init, data-effect, and data-ignore-morph; update realtimechart example; other small improvements

This commit is contained in:
Joao Goncalves
2025-12-17 17:11:59 -01:00
parent 6da518d990
commit 20dad802a1
11 changed files with 162 additions and 179 deletions

View File

@@ -1,10 +1,10 @@
## ADR
# ADR
- Support Multiple Rooms
Not single chat room toy problem.
Not single chat room toy problem.
- Rooms are generic
They know nothing of their data. Just store it. Reusable for different usecases.
They know nothing of their data. Just store it. Reusable for different usecases.
- Server controls push frequency
Debounce to every 400ms, if dirty.
Debounce to every 400ms, if dirty.