I am working on a project that uses an external program to bring sensor data into a browser so it can be accessed by Construct 2.
The program triggers js events that I can access through a Construct 2 plugin, but I do not know where to put the file so that Construct 2 can find it and either automatically include it in the HTML, of if necessary, write a js function to access it.