From e2b43863a855f4a22ddb60078c3665751f2f0e0f Mon Sep 17 00:00:00 2001 From: Jonathan VUILLEMIN Date: Sun, 18 Feb 2024 23:21:41 +0100 Subject: [PATCH] Add Yokai (#5194) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c83944dd..74e45076 100644 --- a/README.md +++ b/README.md @@ -2930,6 +2930,7 @@ _Full stack web frameworks._ - [vox](https://github.com/aisk/vox) - A golang web framework for humans, inspired by Koa heavily. - [WebGo](https://github.com/bnkamalesh/webgo) - A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc). - [YARF](https://github.com/yarf-framework/yarf) - Fast micro-framework designed to build REST APIs and web services in a fast and simple way. +- [Yokai](https://github.com/ankorstore/yokai) - Simple, modular, and observable Go framework for backend applications. **[⬆ back to top](#contents)**