Frameworks RESTfull

When we refer to RESTfull frameworks in Go we are referring to a set of external libs built to help us build REST apis.

We have several RESTFull frameworks using pkg net/http among them:

gin echo Beego Macaron chi

Frameworks RestFull using pkg fasthttp

fiber gramework

There are also frameworks for microservices to solve specific problems for this universe.

Benchmarks comparing web frameworks

Frameworks for microservices:

  • go-kit
  • go micro
frameworks_restfull.go