embeddednodejs / embeddednodejs.github.io

Repository for book website
http://embeddednodejs.com
30 stars 9 forks source link

discuss how to work with callbacks in node-serialport #8

Open mulderp opened 8 years ago

mulderp commented 8 years ago

use event emitters to avoid nesting callbacks,

possibly extend websockets example to push data from the serial port to the server