jiaozi/command_server

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

Maintainers

Package info

github.com/gaohuia/x_command_server

pkg:composer/jiaozi/command_server

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-29 13:22:18 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.