capone-project / capone-core

A secure service framework
GNU General Public License v3.0
2 stars 0 forks source link

Differentiate between server and client plugins #28

Open pks-t opened 8 years ago

pks-t commented 8 years ago

We should differentiate between server and client plugins. Server plugins are plugins providing a service's functionality to clients as well as providing the logic of being invoked. Currently, when being invoked, the service simply uses the current client logic, which should be specific to the command line. The client plugin will be comprised of the current client handling function. The server plugin will have to provide another new method which handles the case when the server is being told to invoke another service.