WeeServe
WeeServe is a development web server written in Go. It is designed to be a lightweight and serviceless web server that can be used for local development and testing.
Installation
curl -sSf https://install.secnex.io/weeserve.sh | sh
Usage
To start the server, run the following command:
weeserve -host 127.0.0.1 -port 8080
Or you can start the server with a reverse proxy:
weeserve -host 127.0.0.1 -port 8080 -config /path/to/config.json -reverse-proxy
Features
- Lightweight and serviceless
- Easy to install and use
- Supports reverse proxy configuration
- Customizable with configuration file
Current development status
The project will be released soon. Stay tuned for updates!