Tinkering with HTML/JS/Web Bluetooth? Recommendation: use ngrok #1961
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-01-19 by @gfwilliams Nice - thanks! Yes, getting HTTPS locally is always a pain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-01-19 by mozz100
I recommend https://ngrok.com as a great quick way to get up a (temporary) https website that you can instantly update by hitting "save" on your computer and then "refresh" in your browser.
It's an easy way to expose a service running on a port inside your home network via an https URL (required for web bluetooth to work). I found it incredibly handy while getting started with puck.js
Beta Was this translation helpful? Give feedback.
All reactions