Is it possible to create a gatt server in an Electron app?
What I am trying to build is a desktop application that can advertise to nearby devices, so that other nearby devices can discover it using BLE.
I was having a look at WebBluetooth. Seems like this feature is not available yet. Is there some sort of web technology (or js module) I can use to advertise to nearby devices?