Socket communication protocol to communicate with an iotize
html
`
$3
`bash
npm install @iotize/device-com-socket.js
`
Usage
`javascript
// Library name: IoTizeDeviceComSocket
let socketProtocol = IoTizeDeviceComSocket.SocketProtocol({
host: 'localhost',
port: 2000
});
// ...
``