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
- Host: GitHub
- URL: https://github.com/explooosion/golang-simplehttpserver
- Owner: explooosion
- Created: 2018-01-28T17:29:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T17:36:07.000Z (over 8 years ago)
- Last Synced: 2025-01-24T22:11:47.275Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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