From 0f227703457ac90f94856763d99d9d17a2e63388 Mon Sep 17 00:00:00 2001 From: Alexander Pikeev Date: Wed, 8 Apr 2026 22:42:23 +0300 Subject: [PATCH] Add Kono to Server Applications (#6228) * Add kono to networking * Add Kono to Server Applications * Alphabetically orders Kono entry from README Removed duplicate entry for Kono in the list of Go projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63835ada..5a0677f0 100644 --- a/README.md +++ b/README.md @@ -2426,6 +2426,7 @@ _Libraries and tools for binary serialization._ - [go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) - A simple, complete and lightweight self-hosted feature flag solution 100% Open Source. - [go-proxy-cache](https://github.com/fabiocicerchia/go-proxy-cache) - Simple Reverse Proxy with Caching, written in Go, using Redis. - [gondola](https://github.com/bmf-san/gondola) - A YAML based golang reverse proxy. +- [Kono](https://github.com/starwalkn/kono) - lightweight extendable API Gateway in Go - parallel fan-out, flexible aggregation, and zero configuration magic. - [lets-proxy2](https://github.com/rekby/lets-proxy2) - Reverse proxy for handle https with issue certificates in fly from lets-encrypt. - [minio](https://github.com/minio/minio) - Minio is a distributed object storage server. - [Moxy](https://github.com/sinhashubham95/moxy) - Moxy is a simple mocker and proxy application server, you can create mock endpoints as well as proxy requests in case no mock exists for the endpoint.