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 ?
UI button to perform specific function
-
@spa3212 said in UI button to perform specific function:
I wonder if it is possible to have a Button on a UI interface. When click it perform a specific Call to function.