Examples of Golang compared to Node.js for learning. This guide full of examples is intended for people learning Go that are coming from Node.js, although the vice versa can work t...
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get your...