UNPKG

node-datachannel

Version:

WebRTC For Node.js and Electron. libdatachannel node bindings.

7 lines (4 loc) 162 B
import nodeDataChannel from './node-datachannel.mjs'; const WebSocket = nodeDataChannel.WebSocket; export { WebSocket }; //# sourceMappingURL=websocket.mjs.map