p5.serialserver is a p5.js library that enables communication between your p5.js sketch and a serial enabled device, for example, an Arduino microcontroller.
This repository is part of the p5-serial project, for more info please visit https://github.com/p5-serial/p5.serial.github.io/.
In order to follow these steps:
npm install
.node startserver.js
.After running the server with Node.js or Processing, you can connect a client to the server.
For this you need to use the companion library p5.serialport available at https://github.com/p5-serial/p5.serialport, and follow the instructions over there.
Info about contributing is available at the main repository of this organization: https://github.com/p5-serial/p5.serial.github.io/.