Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 356 Bytes

NodeSerialPortBoilerplate

Simple demo to get serial ports up and running with node and client-side javascript

###dependencies: serialport
socket-io

###to run:

run node: node node/nodeServer.js
serve the client side page with python: python -m SimpleHTTPServer