-
feat: add generic pub/sub helpers and pubsub-crud example
released this
2026-02-06 19:47:39 +00:00 | 49 commits to main since this releaseAdd typed Publish[T] and Subscribe[T] generic helpers that handle
JSON marshaling, along with vianats.EnsureStream and ReplayHistory
helpers. Refactor nats-chatroom to use the new APIs.Add pubsub-crud example demonstrating CRUD operations with DaisyUI
toast notifications broadcast to all connected clients via NATS.Downloads