Skip to content

m2osw/serverplugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverplugins

Introduction

The serverplugins started based on the functionality offered by the snap_plugins.cpp/.h from the libsnapwebsites.

It includes support for one or more collections of plugins. One plugin can be shared between multiple collections.

Features

The library offers a very easy way to load .so files at runtime to extend your servers and tools without having to recompile the entire project each time. Only the plugin can be updated, reload the service and voila! new functonality is instantly available.

Exceptions

The library includes its own set of exception. Note that exception can be used in a plugin just like any other function in your software.

License

The project is covered by the GPL 2.0 license.

Bugs

Submit bug reports and patches on github.

This file is part of the snapcpp project.

vim: ts=4 sw=4 et

About

A C++ plugin manager for servers and tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published