/SimpleServer

using golangs' net/http library to build a simple and then an advanced http & tcp server, serving static files and eventually replacing the DefaultMux with Gorilla.

Primary LanguageGo

Dezel[o]ping a mock http/tcp server for use with js-REST consumption

// after running $ go build ./main.go and go run ./main.go // point your browser to localhost:9090

Packages

  • fmt
  • log
  • net/http
  • strings