• v0.5.0 2c44671d0e

    feat: add generic pub/sub helpers and pubsub-crud example

    ryan released this 2026-02-06 19:47:39 +00:00 | 49 commits to main since this release

    Add 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