csmith1188 / Formbar.js

Javascript rewrite of Formbar, an open source classroom management tool.
6 stars 22 forks source link

Worker Threads #436

Open ProfBrickz opened 5 months ago

ProfBrickz commented 5 months ago

If the server ever gets slow we might need to use worker threads so multiple things can run in parallel.

video explaining why this is important

video of how to use worker threads