-
Notifications
You must be signed in to change notification settings - Fork 64
Home
mattmatt edited this page Sep 12, 2010
·
9 revisions
Nanite is a self-assembling fabric of Ruby daemons. A cluster of agents expose a set of tasks you call using a URI-like syntax, and it’s easy to scale the cluster up and down depending on the work load.
See the installation pages for specific systems for details. If you have RabbitMQ up and running, just do:
sudo gem install nanite -v '= 0.4.1.2'
The current version 0.4.1.10 on gemcutter is not the official version. Please use 0.4.1.2 until we get a fresh release up there.
Send a pull request, open a ticket, or get in touch through the mailing list. Please add tests for your fixes.