jiaozi/command_server

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2018-07-20 15:03 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:59:40 UTC


README

A simple command server for command execution. You can define various of commands on the server side, and then you can call these commands from the client side through a simple protocol so called "json_stream". Both the server and protocols are simple, so you can achieve the best performance easily.