effect-view-server
v0.0.6
Published
Typed Effect View Server for live query snapshots, deltas, React bindings, and runtime ingress adapters.
Downloads
1,031
Maintainers
Readme
effect-view-server
Typed Effect View Server for live query snapshots, deltas, React bindings, and runtime ingress adapters.
This package intentionally has no root export. Import from explicit subpaths so applications only load the surface they use:
import { defineViewServerConfig } from "effect-view-server/config";
import { createViewServerReact } from "effect-view-server/react";
import { runViewServerRuntime } from "effect-view-server/runtime";React applications should install the package and compatible peer dependencies:
npm install effect-view-server effect react react-dom @effect/atom-reactSee the repository README and examples for Kafka, gRPC, TCP publishing, in-memory testing, and React usage.
