Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).