jiaozi / command_server
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jiaozi/command_server
Requires
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.