hautof / haf-plugin-webserver

haf's plugin : web server from ext/webserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
        }
    }

About

haf's plugin : web server from ext/webserver

License:GNU General Public License v3.0


Languages

Language:Python 100.0%