How can I setup a simple working implementation of the CGI web worker?
The docs show how to instantiate PhpCgiWorker but what am I supposed to do with the service worker? Are there some simple messages I can send to the service worker to see if it works correctly?
The demo-web seems to link a bunch of shared libraries. Is that required for a simple implementation?
How can I setup a simple working implementation of the CGI web worker?
The docs show how to instantiate
PhpCgiWorkerbut what am I supposed to do with the service worker? Are there some simple messages I can send to the service worker to see if it works correctly?The demo-web seems to link a bunch of shared libraries. Is that required for a simple implementation?