The plugin web server of haf
by pip tool
tsbx-mw# pip install hafapiserver
by src
tsbx-mw# git clone https://github.com/hautof/haf-plugin-webserver ./
tsbx-mw# python setup.py install
using as haf params
python -m haf run -ws=True
using as haf config
{
"run":
{
"web_server": {
"host": "",
"port": "",
"run": true
}
}