I'm experimenting with Go 1.5 these days...evaluating it for possible adoption in a major system refactoring / renewal effort.
I'm doing some reading today on resources to leverage in developing RESTful web services in Go. This posting is a placeholder for information that I find - and which may be of interest / use to others.
https://golang.org
https://github.com/golang/go
http://thenewstack.io/make-a-restful-json-api-go/
http://dougblack.io/words/a-restful-micro-framework-in-go.html
Go: Simple, Easy, Fast – Building a Go (golang) REST Service with Gorilla
http://www.gorillatoolkit.org/
Creating a REST API using Go (GoLang) and JAS (JSON API Server)
"A simple and powerful REST API framework for Go"
https://github.com/coocood/jas
Creating a REST API using Go (GoLang) and Goweb
"A lightweight RESTful web framework for Go"
https://github.com/stretchr/goweb
http://ernestmicklei.com/2012/11/24/go-restful-first-working-example/
https://github.com/emicklei/go-restful
https://github.com/emicklei/go-restful/blob/master/examples/restful-user-service.go
No comments:
Post a Comment