daemon/README.md

11 lines
332 B
Markdown
Raw Normal View History

# Daemon #
A daemon creation library.
Its sole purpose it to make a common, simple way to create daemons
for CyberMages LLC's server programs. This is done following the
POSIX standard for maximum portability.
## Future ##
Currently, this is a POSIX library. In the future this may
help with setting up a Windows Service as well.