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?
@saimraza786 why just not to run node js server not in BAS? set 2 endpoint url's, one to push data on server , and second to retrieve data from server to BAS only by GET request?