learn-node-serialport
Learn how to use node-serialport in web front project
https://github.com/liumingzw/learn-socket.io
The socket.io and socket.io-client part is forked fromHow to run
- npm install
- set up server: open terminal-1 and npm run start-socket-io-for-serialport
- set up client: open terminal-2 and npm start
- open http://localhost:8012 in browser, click buttons to test
- check the logs of server and front