Skip to content

alxyang/go_gorilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Gorilla Template

A basic web application starter written in Go that comes with the Gorilla Multiplexer for routing and Gorilla Websocket for Websockets functionality, as well as jquery, bootstrap, and font-awesome.

Prerequisites

  1. A go environment http://golang.org/
  2. Gorilla mux: go get github.com/gorilla/mux
  3. Gorilla websocket: go get github.com/gorilla/websocket

Installation

  1. cd $GOPATH/src
  2. git clone https://github.com/aly006/go_gorilla
  3. cd go_gorilla
  4. go run main.go
  5. Navigate to http://localhost:8080

About

Go Application skeleton including net/http and Gorilla Mux/Websockets functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published