I'd like to connect my notebook to a heart rate monitor. I investigated a few days and I found that there is a GATT service in Windows applications I can use to do that. I found a great sample code here: http://www.getcodesamples.com/src/A6F3C0CA
As far as I can tell I have to compile this code somehow to make an executable. Is there a standalone compiler, or do I need to install Visual Studio? I don't want to use a different IDE for HTML + JS than Webstorm, and if there was a standalone compiler I could write gulp tasks to build the project easily.
According to this answer: https://stackoverflow.com/a/8659693/607033 the js is compiled with the Chakra engine. Visual Studio contains the compiler. I am looking for a standalone compiler I could use on a low memory machine.