hafapiserver

haf's plugin : web server from ext/webserver


License
MIT
Install
pip install hafapiserver==0.0.8

Documentation

haf plugin web server

The plugin web server of haf

Build Status PyPI

How to get it?

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

usage

using as haf params

    python -m haf run -ws=True

using as haf config

    {
        "run":
        {
            "web_server": {
            "host": "",
            "port": "",
            "run": true
        }
    }