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:
- Bluetooth specifications
- Bluetooth company identifiers
- Bluetooth numbers database usefull for connecting to services etc;
Parcel https cheat-sheet
install mkcert (brew or choco) than
1 | $mkcert -install |
after that you can use it in parcel for example:
1 | $parcel --https src/index.html --cert certificate.cert --key private.key |