Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 570 Bytes

Hello board app-sample

Hello board app using express-ws, and node-serialports .

app_demo

Development

⚠️ you need to have connexion with a board that send one data each x seconds.

$ git clone https://github.com/madjid-asa/hello-board-app.git
$ cd hello-board-app
$ yarn install # or npm i
$ node server.js

And access to localhost:3000.

Based on the sample application express-ws-chat-sample