Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadateruki/simple-go-server
とてもシンプルなWebサーバー
https://github.com/tadateruki/simple-go-server
Last synced: 19 days ago
JSON representation
とてもシンプルなWebサーバー
- Host: GitHub
- URL: https://github.com/tadateruki/simple-go-server
- Owner: TadaTeruki
- Created: 2023-12-03T14:26:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T14:32:00.000Z (12 months ago)
- Last Synced: 2023-12-03T15:27:26.333Z (12 months ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Web Server in Golang
とてもシンプルなWebサーバーです。
サークルVPSはじめ、様々なデプロイ環境のテストに利用できます。## 起動
```
$ docker compose up
```## テスト
```
$ curl localhost:8140
```