Package Exports
- @bearcove/vox-core
Readme
@bearcove/vox-core
Core TypeScript runtime abstractions for Vox connections, calls, and channeling.
Role in the Vox stack
@bearcove/vox-core implements TypeScript-side runtime behavior at the Requests / Channels, Connections, and Session layers.
What this package provides
- Caller/connection abstractions for generated and hand-written clients
- Call-building and middleware-style runtime plumbing
- Channeling primitives used by higher-level transports and generated bindings
Fits with
@bearcove/vox-wirefor wire message types/codecs@bearcove/vox-postcardfor serialization@bearcove/vox-tcpand@bearcove/vox-wsfor concrete transports
Part of the Vox workspace: https://github.com/bearcove/vox