DEV Community

Discussion on: How to write a microservice in Go with Go kit

Collapse
 
napolux profile image
Francesco Napoletano

This is a very opinionated article using GoKit. I wrote it because I had to learn GoKit in some days, it worked for me.

You can easily create an http micro with other frameworks, like GoMicro micro.mu/docs/framework.html

Or by simply answering http requests from a go program.

Read this. medium.com/statuscode/how-i-write-... This is very ispirational!