Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadateruki/simple-go-server

とてもシンプルなWebサーバー
https://github.com/tadateruki/simple-go-server

Last synced: 19 days ago
JSON representation

とてもシンプルなWebサーバー

Awesome Lists containing this project

README

        

# Simple Web Server in Golang

とてもシンプルなWebサーバーです。
サークルVPSはじめ、様々なデプロイ環境のテストに利用できます。

## 起動
```
$ docker compose up
```

## テスト
```
$ curl localhost:8140
```