webdog/README_zh.md at main · edboffical/webdog
2021-01-02 13:01:02 Author: github.com(查看原文) 阅读量:295 收藏

Permalink

main

webdog/README_zh.md

Go to file

edboffical update something

Latest commit d73b14a Jan 1, 2021

History
0 contributors

Users who have contributed to this file

28 lines (23 sloc) 920 Bytes

Buildstatus

什么是 webdog?

webdog 是一个自定义的轻量 web 服务程序,他允许我们通过 yaml 配置路由、外部实现控制器,你可以用 bash, lua, python 等任何语言去实现外部控制器。当然,他也可以是一个简单的静态资源 web 服务。

安装

执行文件下载

点击 releases 下载对应操作系统的可执行文件

源码编译

git clone https://github.com/edboffical/webdog
cd webdog
# for mac
make build-mac
# for linux
make build-linux
# for windows
make build-win

文档

使用文档

依赖项目


文章来源: https://github.com/edboffical/webdog/blob/main/README_zh.md
如有侵权请联系:admin#unsafe.sh