Skip to content
Andrew Wedgbury edited this page Feb 20, 2023 · 2 revisions

Sconeserver is a modular, object-orientated and extremely versatile network server framework for GNU/Linux and UNIX-like platforms.

Sconeserver is free software, and is released under the terms of the GNU General Public Licence.

image

The goal of the sconeserver project is to provide a framework in which to develop and deploy a series of reusable modules, from which any kind of network server can be constructed.

A general set of modules is supplied with sconeserver - see the [Modules] page for more details. These can be updated, removed, or added to if required. Sconeserver modules are implemented as Dynamic Shared Objects, so they can be added or removed from the sconeserver without the need to recompile. In fact they can be added, removed or updated while the server is running!

The sconeserver framework makes it easy for third parties to develop new modules to extend the capabilities of the system. See the [Development] section for more information.

Clone this wiki locally