https://github.com/9d4/tinywebserver
Simple web in Go. This is not web server actually.
https://github.com/9d4/tinywebserver
Last synced: 11 months ago
JSON representation
Simple web in Go. This is not web server actually.
- Host: GitHub
- URL: https://github.com/9d4/tinywebserver
- Owner: 9d4
- Created: 2021-11-27T13:30:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T05:43:27.000Z (over 4 years ago)
- Last Synced: 2025-03-24T18:14:21.014Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinywebserver
Simple web server in Go
#### How to run
Simply execute this command and you're set.
```
go run .
```