Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/go-http-server
A simple HTTP server made in Go.
https://github.com/paramsiddharth/go-http-server
Last synced: about 1 month ago
JSON representation
A simple HTTP server made in Go.
- Host: GitHub
- URL: https://github.com/paramsiddharth/go-http-server
- Owner: paramsiddharth
- Created: 2021-03-06T20:07:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T20:33:48.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T20:22:42.553Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple HTTP Server - Go
A simple HTTP server made in Go.# Installation
Run the following command while ensuring a proper environment with Go. Version 1.13 and above should definitely be supported.
``` bash
go get -u -v github.com/paramsiddharth/go-http-server
go install github.com/paramsiddharth/go-http-server/cmd/ghs
```# Made with ❤ by [Param](https://www.paramsid.com).