Is there a way to find nearby devices in a WebApp - either server or client side?
I thought about JavaScript Bluetooth API
, but that would require the user to pair with the other device. Another thing I thought about is using the server to determine if the requests come from the same IP/Area/...
but I don't know how accurate this would be.
Do you have any other ideas or feedback about my existing ideas?