Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 971 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 971 Bytes

Buildstatus

Webdog - Lightweight and customizable web service

What is webdog?

Webdog is a lightweight and customizable web service. It allows us to configure routes via yaml, implement controllers externally. You can implement an external controller in any language like bash, lua, python ... It can also be a simple static resources web service.

Installation

Download Releases

Click here releases to download the executable file corresponding to your system

Building

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

Documentation

Documentation

Dependencies