Installation

To use this library on your project, clone or download this repository and put the robobo.js file and the remote-library in your project folder. Or download our template project from releases.

The library runs on the Node.js runtime, and it must be installed before using the library, which also depends on the WebSocket library, that must be installed via the node package manager using the command npm install ws

We recommend Visual Studio Code as the developing environment as it has code completion for the language and allows the debug of the code.

BASIC USAGE

You can find information about how to start using the Robobo.js library in the Robobo Wiki