Skip to content

hautof/haf-plugin-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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