When I use the regular proxy module in BAS, it takes around 15 seconds to connect to the proxy. I believe it would be faster if I connect using Node.js, but I haven't been successful so far. Is there anyone who can help? Maybe even share a working code example?
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?