📄️ Getting Started
This package is an extension on the peerjs package, the main differences are an over narrowing of functionality to what would possibly be used whilst using espruino devices.
📄️ Host
The host object in the peer package is used on the device that is to receive the data, i.e. if you are using data from a phone to control a laptop, the laptop is the host
📄️ Connector
The Connector object in the peer package is used on the device that is to send the data, i.e. if you are using data from a phone to control a laptop, the phone is the connector.