@roomful/devtools
v1.0.2
Published
Developer tools and diagnostics for inspecting Roomful realtime rooms.
Readme
@roomful/devtools
Developer tooling for Roomful — a debug bridge that the core SDK exposes on window.__roomful_devtools__, plus the source for the Roomful browser DevTools extension (Chrome/Firefox).
The bridge powers a DevTools panel that shows connected peers and presence, a real-time state inspector with diff highlighting, an event log, room status and transport type, and simulated-peer injection for solo testing.
Stable — v1.5. The API is stable and ready for production.
Install
npm install @roomful/devtoolsUsage
The bridge is registered automatically by @roomful/core when a room is created — no setup is required to inspect a room with the Roomful DevTools browser extension. This package also exposes the serialization and diff helpers that power the extension.
Experimental: the
window.__roomful_devtools__bridge is experimental — its single-integer protocol version carries no negotiation and may change. The pureserializeDevtoolsValueanddiffSerializedStatehelpers are stable.
Documentation
See the Roomful repository for the full DevTools guide.
License
MIT
