Erlang-style concurrency with JavaScript 1.7
Posted on 8th June, by max in Code. Comments Off
Er.js piggybacks on Neil Mix’s Thread.js which fakes threading in JavaScript 1.7 using coroutines and nested generator continuations. The goal is to replicate Erlang’s concurrent lockless process model and message-passing APIs in JavaScript.
Website: http://beatniksoftware.com/erjs/