Go
Statically typed, compiled language from Google — fast, simple, and built for concurrency.
static
compiled
since 2009
concurrentimperativeoop
Go was designed at Google to be fast to compile, easy to read, and excellent at handling concurrency. It powers Docker, Kubernetes, and many cloud-native tools.
// frameworks
Chi
Lightweight, idiomatic Go router — composable middleware, 100% net/http …
Echo
High-performance, extensible Go web framework — minimalist API with automatic …
Fiber
Express-inspired Go framework built on top of Fasthttp — the fastest Go web …
Gin
Fast, lightweight HTTP web framework for Go — radix tree router, middleware …
// libraries
Library for building powerful CLI applications in Go — used by kubectl, Hugo, GitHub CLI, and …
cli
2013
open source