-
Notifications
You must be signed in to change notification settings - Fork 63
Home
mguterl edited this page Jul 5, 2011
·
4 revisions
Daemon-kit aims to simplify creating Ruby daemons by providing:
- A sound application skeleton (through generators)
- Task specific generators (jabber bot, etc)
- Robust environment management code
- Helpers for deployment and process management
Using simple built-in generators it is easy to create evented and non-evented daemons that perform a multitude of different tasks.
Supported generators:
- XMPP bot (evented)
- AMQP client (evented)
- Nanite agent
- Cron-style daemon
- ruote remote participants