Skip to content
revis edited this page Sep 13, 2010 · 2 revisions

/* 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.

Clone this wiki locally