Simple-N-Fast is a collection of tools, libraries that I develop in my free time.
- Java Daemonizer Converts Java applications to Unix daemon/Windows service.
- librdb A lightweight thread-safe library to manage millions of key/value pairs.
- libjson JSON library implementation for C++.
- liblog A thread-safe feature-rich logging library for C++.
- libnet Network library (including SSL support) for C++.
- Run
configure.sh
on Linux platforms. Runconfigure.cmd
on Windows.configure.[sh|cmd]
generatesMakefile.constants
. - Run
make -f Makefile.unix all
on Unix platforms andnmake /f Makefile.win all
on Windows.