/APIRequestQueuer

Back-end code that queues incoming requests and sends them to a proxy server until status is changes to "resolved"

Primary LanguageJavaScriptMIT LicenseMIT

The nodeJS script accepts requests and creates a queue for the requests.

The requests are then sequentially sent to another server to be processed.

If the processing server is busy, the requests and kept in queue and the process is repeated until the status of the request is changes to "resolved".