ServerKit 1.1.0 (Default branch) |
|
|
ServerKit helps developers quickly build efficient, scalable, and uniformly configured, installed, and executed multi-threaded server applications for Linux. A core server program handles configuration parsing, database connection pool creation, and switching of users. Application-specific modules are loaded at runtime and access the already parsed configuration data and database connection pools via simple well-defined program interfaces. ServerKit also provides a rich API for quick and painless module development.
License: Affero General Public License
Changes:
This release adds a a bitmask-supporting version of server_ptree_walk(), which can be used to facilitate case-insensitive ptree parsing without populating the ptree with all case permutations.
|