Node Web Bluetooth
Node.js implementation of the Web Bluetooth Specification
Prerequisites
Node.js > v6.15.0, which includes npm
.
Installation
$ npm install webbluetooth
Getting Started
See the examples or view the API documentation at:
https://thegecko.github.io/webbluetooth/
Specification
The Web Bluetooth specification can be found here:
https://webbluetoothcg.github.io/web-bluetooth/
Implementation Status
bluetooth
BluetoothDevice
BluetoothRemoteGATTServer
BluetoothRemoteGATTService
BluetoothRemoteGATTCharacteristic
BluetoothRemoteGATTDescriptor
Events
Other