Simple WebSocket server with custom publish/subscribe and point-to-point RPC protocol. Version 1.11.1, stable but low-activity. Offers built-in broadcast and method registration. Minimal dependencies, runs on io.js >=1.4.0. Differentiated by its simple PubSub and RPC patterns compared to raw WebSocket or Socket.IO.
npm install cb-hyperionNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic WebSocket server with broadcast and method registration using cb-hyperion.
Consider migrating to ws or socket.io for modern needs.
Use an older Node.js version or switch to a different package.
Use a reverse proxy or a package like ws for secure connections.
Run 'npm install cb-hyperion' in your project directory.
Use 'const { Server } = require('cb-hyperion');'Ensure you are running in an environment with WebSocket support (Node.js with ws polyfill or browser).
No dependency data recorded yet.