ShujaKhalid / APIRequestQueuer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

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

License:MIT License


Languages

Language:JavaScript 100.0%