JSPM

@bearcove/vox-core

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q82739F
  • License MIT OR Apache-2.0

Core protocol runtime and transport abstractions for Vox

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-wire for wire message types/codecs
  • @bearcove/vox-postcard for serialization
  • @bearcove/vox-tcp and @bearcove/vox-ws for concrete transports

Part of the Vox workspace: https://github.com/bearcove/vox