RappidDevelopment / quickbooks-js

A SOAP service implemented in Node.js that communicates with QuickBook's Web Connector
MIT License
40 stars 40 forks source link

Asynchronous Support #9

Closed MattMorgis closed 7 years ago

MattMorgis commented 7 years ago

This is a continuation of Issue #6 in qbws.

Each time the QBWC comes around polling for any commands to run, I want to replace the buildRequest() call with something like externalModule.fetchRequests(callback) and make it asynchronous since it is impossible to have a synchronous call to MySQL (where I am storing the commands that need to be run).

This will also remove the hard-coded example commands and anyone to pass in their own qbXML.