BLE
How to Use Node.js to Speed Up BLE App Development
Imagine you are a mobile software developer that’s been tasked with implementing support for a new BLE device. But there’s one catch: The device doesn't exist yet.
Not a problem! You can use bleno, a Node.js module, to mock out a BLE peripheral and get started on the mobile software implementation right away.
Sound like something you could use? Follow along, and you'll have a simulated BLE peripheral running in…