I want to program a Windows Desktop Application which lets the user limit internet speed for individual programs (for example: Chrome, Steam), so one program is not using all the bandwidth for itself, using JavaScript. Is there a way to do this with JavaScript or C++. I would use the program Electron if I could program my Application with JavaScript.
Thanks.