Mahlee™ is a JavaScript host extension that allows multi-threaded JavaScript programs to be written.
It implements shared nothing concurrency using a message passing protocol for inter-thread communications based on JSON and returning futures. Messages are sent to remote objects using normal JavaScript method calling syntax.