Investigation into how to use AJAX requests and promises on front-end in a pool/queue with limited concurrency.
Includes a dummy local non-blocking Python/Tornado server to test concurrent requests.
The great promise-queue library is used.
pip install -r requirements.txt
npm install
python tornadoserver.py
npm start # and point browser to localhost:8080