Lists (1)
Sort Name ascending (A-Z)
- All languages
- Astro
- C
- C#
- C++
- CMake
- CSS
- Clojure
- Dart
- Dockerfile
- Elixir
- Emacs Lisp
- Erlang
- F#
- G-code
- GLSL
- Gherkin
- Go
- Groovy
- HCL
- HTML
- Handlebars
- Haskell
- JSON
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Kotlin
- LLVM
- Lua
- MDX
- Makefile
- Markdown
- Mojo
- MoonBit
- Mustache
- Nix
- Nunjucks
- OCaml
- OpenEdge ABL
- PHP
- PLpgSQL
- Perl
- Pkl
- PowerShell
- PureScript
- Python
- QML
- R
- Raku
- ReScript
- Reason
- Roff
- Ruby
- Rust
- SCSS
- Scala
- Scheme
- Shell
- Starlark
- Swift
- TeX
- Thrift
- TypeScript
- V
- Vala
- Vim Script
- Vue
- WebAssembly
- XSLT
- Zig
Starred repositories
A curated list of awesome Go frameworks, libraries and software
Production-Grade Container Scheduling and Management
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 yourself some Gin.
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
The Prometheus monitoring system and time series database.
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared …
The fantastic ORM library for Golang, aims to be developer friendly
⚡️ Express inspired web framework written in Go
Define and run multi-container applications with Docker
A tool for secrets management, encryption as a service, and privileged access management
A cloud-native Go microservices framework with cli tool for productivity.
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Podman: A tool for managing OCI containers and pods.
Elegant Scraper and Crawler Framework for Golang
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
Learn Go with test-driven development
Pulumi - Infrastructure as Code in any programming language 🚀
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
The Go language implementation of gRPC. HTTP/2 based RPC
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍