Paul, take a look at https://github.com/stagas/drama

It's a full-featured actor framework heavily inspired by Scala Actors and Akka.
You can effortlessly spawn as many actors as you need, in both server
side (in-process or forked) and client side (using socket.io or
websockets) or your own custom interfaces and mix and match any of
those seemlessly.
Documentation is yet to come, but you can take a peek at the examples
https://github.com/stagas/drama/tree/master/examples it shouldn't be
too hard.

2012/6/17 Paul Miller <paulpmi...@gmail.com>:
> So, as you know, erlang is great because of this one.
>
> Are there any great actor model implementations currently that will allow
> you to spawn tens of thousands of processes without bullshit?
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to