https://lasergrbl.com/usage/wifi-with-esp8266/
sudo apt remove nodered -ysudo apt remove nodejs nodejs-legacy -ycurl -L https://git.io/n-install | bash
cd /home/pi/Documents/(choose location)git clone https://github.com/Apology11/SerialWebsocketJScd serialwebsocketjsnpm install
sudo nano /etc/rc.local- add to autostart (adapt location and log location to your liking)
- add
/home/pi/n/bin/node /home/pi/Documents/serialwebsocketjs/serialwebsocket.js > /home/pi/Documents/sws.log &