doboism.com - Doboism - Software and Elseware, A blog by Amitay Dobo

Description: A blog about software, development, and any other random thoughts by Amitay Dobo.

software (33394) web development (14013) javascript (13847) html5 (12261) .net (11122) java (6043) python (3829) c# (3612) django (594) amitay dobo

Example domain paragraphs

In this post I’m going to explore running multiple threads of javascript code in the browser, executing the javascript code through an interpreter which runs in the browser.

Each thread has its own sandbox, with a restricted access to runtime which executes code in the browser.

Demo:  http://www.doboism.com/projects/JS-Interpreter/asyncDemo/asyncDemo.html