Featured

goa

A design driven approach for building microservices in Go

Featured comment

Raphael Simon
@rgsimon · Creator, goa
goa provides a design first approach for building microservices in Go. It consists of three parts: a DSL for describing the API design, a code generation tool that generates an OpenAPI specification as well as boilerplate code for the service and the clients, and a set of library packages leveraged by both the generated and non generated code. goa is the cu… See more

Discussion

M
Raphael Simon
@rgsimon · Creator, goa
goa provides a design first approach for building microservices in Go. It consists of three parts: a DSL for describing the API design, a code generation tool that generates an OpenAPI specification as well as boilerplate code for the service and the clients, and a set of library packages leveraged by both the generated and non generated code. goa is the cu… See more
Mike Way
@mikeway3 · IOS, OS X and Web developer, consultant
Impressed with this concept, getting and example get today.
Brendan Beirne
@brendanbeirne · Strategy / product, Joojoo
Props on a great name 👌
Vadi
@vadivelk · Craftsman
What about choreography?