How can I listen for HTTP requests and then fire a callback function?
I've been reading the sockets examples, but all I can get JMP to do is acknowledge receiving a request, I can't get the payload or message of the request. Is there a better way than sockets or scheduler to achieve nonblocking communication?
Everything is on windows.Basically my workflow is:Render an HTML page with JMP,interact with the data using javascript, html, csspass the result to a python Fl...