JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
simple-peer is a JavaScript library that provides a wrapper for WebRTC to simplify the establishment of peer-to-peer networking in the browser. It serves as a tool for creating direct device-to-device connections for the transmission of binary data and real-time media streaming. The library manages the exchange of strings and binary buffers through a data channel implementation and provides tools for sharing real-time audio and video tracks between peers. It covers the full lifecycle of peer connectivity, including signaling coordination, session description negotiation, and the gathering of
travis-image: https://img.shields.io/travis/feross/simple-websocket/master.svg travis-url: https://travis-ci.org/feross/simple-websocket npm-image: https://img.shields.io/npm/v/simple-websocket.svg npm-url: https://npmjs.org/package/simple-websocket downloads-image:…
The main features of substack/network-simulator are: Network Utilities.
Open-source alternatives to substack/network-simulator include: elpheria/rpc-websockets — JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript. feross/simple-peer — simple-peer is a JavaScript library that provides a wrapper for WebRTC to simplify the establishment of peer-to-peer… feross/simple-websocket — [travis-image]: https://img.shields.io/travis/feross/simple-websocket/master.svg [travis-url]:… http-party/node-portfinder — A simple tool to find an open port or domain socket on the current machine. indutny/node-ip — IP address tools for node.js. bevry/getmac — Get the mac address of the current machine you are on via Node.js.