Snappy Web Apps with WebWorkers
One of the major concern when building a client side heavy web-app is performance.
Running heavy operations on the client and the single threaded nature of JavaScript usually doesn’t go well together. Usually in a multithreaded language, the solution...
blog.hadeeb.dev3 min read