jiaozi/command_server

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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jiaozi/command_server

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

This package is not auto-updated.

Last update: 2025-10-26 11:13:13 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.