@aopslabs/light-client-core
v0.4.3
Published
Domain-neutral foundation for lightweight browser clients: runtime configuration, envelope-aware HTTP, credentials, streams, storage, and UI primitives.
Readme
@aopslabs/light-client-core
Domain-neutral primitives for lightweight browser clients: runtime configuration, envelope-aware HTTP, credential providers, ticket-first streams, key-value storage, and minimal UI tokens.
Installation
npm install @aopslabs/light-client-coreUsage
import * as clientCore from '@aopslabs/light-client-core'
import { createStreamTransport } from '@aopslabs/light-client-core/stream'
import '@aopslabs/light-client-core/ui/tokens.css'React is an optional peer dependency used only by the UI entrypoint.
License
Copyright (c) 2026 Mehmet Zeki Sönmez.
Licensed under the PolyForm Strict License 1.0.0. The license permits noncommercial use and does not grant permission to modify or redistribute the package.
