WebSocket-over-Node.js

JSON →
library 0.0.8 ·javascript abandoned
verified Jun 7, 2026

A minimal WebSocket signaling server for WebRTC experiments, part of Muaz Khan's WebRTC-Experiment collection. Version 0.0.8 (latest) is a lightweight implementation that allows WebRTC peers to exchange signaling data over WebSocket connections. It includes presence detection for rooms/channels and is designed to integrate with the openSocket pattern used in many WebRTC experiments. The package is unmaintained since 2017 and relies on Node.js >=0.6. It uses the ws library but does not bundle it, requiring manual installation. Due to its age, it has known security issues and lacks support for modern Node.js versions.