@sideband/transport-node
v0.0.3
Published
Node/Bun transport implementation of the Sideband Transport interface using ws/TCP primitives with server/client wiring for services and workers.
Maintainers
Readme
@sideband/transport-node
Node.js and Bun transport for Sideband.
Not yet implemented. This package is a placeholder for the planned Node/Bun WebSocket transport.
Planned Features
- WebSocket server and client via
wsor Bun.serve() Transportimplementation for services and workers- Connection management and error recovery
- TLS support for secure connections
Install
bun add @sideband/transport-nodeWill implement the Transport interface from @sideband/transport. For browser environments, see @sideband/transport-browser.
License
Apache-2.0
