DEV Community

Discussion on: Introducing Nexus.js: A multi-threaded JavaScript run-time

Collapse
 
voodooattack profile image
Abdullah Ali

Hi! You can only use Nexus on the server right now. It's a stand-alone environment and doesn't require a Node.js installation.

It's not based on V8, it's based on JSC.

I just introduced WebAssembly support to the repo. So yes, you can use multi-threading with WebAssembly now. Although I'm still ironing out the details.