You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a demonstration playground that showcases a system for processing compute-intensive tasks. It includes a server handling task distribution via a queue, a worker module for executing tasks, and multiple client interfaces, including a basic JavaScript client and an advanced React client with a debounce-input field.