Hi people! (I borrowed next phrase from a recent email by Alan Hoffmeister, English is not my native language ;-)
I just needed to improve my Node.js file system skills, so I created SimpleActors. SimpleActors wraps up a Javascript object, so if you call one of its method it is queued to be run as an event. In this way calling a method is like sending a message in actor model. If you are interested in the returning value, you can add an additional parameter with a callback function. https://github.com/ajlopez/SimpleActors A simple web crawler is included with the samples (with git clone, not in with npm package). Critics, comments, issues are welcome! Angel "Java" Lopez http://ajlopez.wordpress.com http://twitter.com/ajlopez -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
