UNPKG

socket-rtc

Version:

SocketRTC is a library that combines WebRTC and WebSocket to facilitate peer-to-peer communication. It allows for real-time communication between browsers and Node.js environments using WebRTC for direct peer-to-peer connections and WebSocket for signalin

42 lines (41 loc) 947 B
{ "name": "socket-rtc", "version": "1.0.3", "description": "", "main": "src/socketrtc.js", "repository": { "type": "git", "url": "https://github.com/maheshnaikjuego/socketrtc" }, "scripts": { "build": "webpack", "start": "node test/server.js", "test": "cd test && npm run start" }, "keywords": [ "webrtc", "datachannel", "data-channel", "webrtc-data-channel", "p2p", "peer-to-peer" ], "author": "Mahesh Naik", "license": "ISC", "homepage": "https://github.com/maheshnaikjuego/socketrtc#readme", "dependencies": { "simple-peer": "^9.11.1", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5", "@mapbox/node-pre-gyp": "^1.0.11", "wrtc": "^0.4.7" }, "devDependencies": { "@babel/core": "^7.24.6", "@babel/preset-env": "^7.24.6", "babel-loader": "^9.1.3", "process": "^0.11.10", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" } }