Is there any idea (library or methodology) to create multithreaded apps in JavaScript?
The closest you're gonna get is web workers (only in FF 3.5 / HTML5). Check it out - http://www.whatwg.org/specs/web-workers/current-work/
JavaScript doesn’t really have multi-threading capabilities , and there’s nothing a JavaScript programmer can do to change that.
However, what we can do is simulate multi-threading. Please go through this article also.
And there is a PDF link on JavaScript Multithread Framework for Asynchronous Processing thesis
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With