accessing global variable via nodejs is not possible in bas? maybe i am missing something but in my tests it not working same way as normal node, very strange behavior
@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?
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 ?