Web Bluetooth

State of the API

Web Bluetooth API specification is not finalized yet, the spec authors are actively looking for enthusiastic developers to try out this API and give feedback on the spec and [https://bugs.chromium.org/p/chromium/issues/entry?components=Blink%3EBluetooth](feedback on the implementation.)

Bluetooth references:

Parcel https cheat-sheet

install mkcert (brew or choco) than

1
2
$mkcert -install
$mkcert localhost

after that you can use it in parcel for example:

1
$parcel --https src/index.html --cert certificate.cert --key private.key