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

https://github.com/explooosion/golang-simplehttpserver

this is a simple http server application
https://github.com/explooosion/golang-simplehttpserver

Last synced: about 1 year ago
JSON representation

this is a simple http server application

Awesome Lists containing this project

README

          

# Golang-SimpleHttpServer
this is a very very very simple http server application

## Install
```bash
git clone https://github.com/explooosion/Golang-SimpleHttpServer.git
```
## run
```bash
cd http-render
```

```bash
go run main.go
```

## Reference

### video
+ [[線上讀書會] 默司 主講 go 入魂篇 之不小心學會 part1](https://www.youtube.com/watch?v=v5izUZ1MGXU)

+ [新手向:使用 Golang 開發第一個 HTTP 伺服應用程式](https://www.youtube.com/watch?v=KPofSmYFSX0)

### Package
+ gorilla/mux
+ urfave/negroni
+ unrolled/render