Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamenriderkuuga/mockserver
Simple mock server
https://github.com/kamenriderkuuga/mockserver
Last synced: about 1 month ago
JSON representation
Simple mock server
- Host: GitHub
- URL: https://github.com/kamenriderkuuga/mockserver
- Owner: KamenRiderKuuga
- Created: 2024-11-08T02:16:26.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:46:50.000Z (about 2 months ago)
- Last Synced: 2024-11-09T16:33:56.443Z (about 2 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple mock server
## 构建
```bash
go build -tags release -a -installsuffix cgo -o mockserver ./cmd
```## 运行
```bash
./mockserver
```默认端口为80,可以通过`-port`参数指定端口:
```bash
./mockserver -port 8080
```