Slide 13
Slide 13 text
Bidirectional and real-time communication with the computer.
Send commands:
Receive events:
JavaScript API on top of WebSocket
jolios.addEventListener('deviceAdded', function(device) {
// Display the device and start interacting with it.
});
jolios.shutdown();
Demo