We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php */
Q Server: – A basic node.js implementation of a queue server.
Q Client: – Loaded in line, creates an instance of QClient() as qclient. Processing can be controlled with qclient.start() and qclient.stop()
Q Worker: – Initialized as a Web Worker object from qworker.js. Controlled via messages (as JSON) from qclient.