UNPKG

socket.iortc

Version:

socket.iortc is a library that combines WebRTC and Socket.IO to facilitate real-time communication. This library uses UDP protocol for data transfer using WebRTC ensuring low-latency and efficient communication.

42 lines (41 loc) 949 B
{ "name": "socket.iortc", "version": "0.0.2", "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" } }