This module intends to become a repository for advanced form elements, that can be used by other developers. Feel free to add your special elements to the issue queue!
Supported elements
Element
Module version(s)
Included in Drupal core?
HTML5 elements (url, email, search, tel, number, range)
Thanks to the daemon module you can run daemon instances of a drupal site.
Create a daemon configuration with the administration UI, then launch it in a terminal with a command like:
$ drush daemon my_daemon_name
... and TADA ! you have an instance of your drupal site running as a daemon in its own process.
The goal of this module is NOT to replace apache, but you can use it if you want a daemon process on your system doing 'stuff' using the drupal APIs.
I repeat: The main goal is not to allow a daemon to serve pages as apache do, even if it may be possible if you create a Listener that implements a full HTTP server, but that's overkill, really, don't do that... except maybe for fun.