Skip to content

Commit a145652

Browse files
authored
Update README.md - add nchi (#368)
[nchi](http://github.com/muir/nchi) is built on top of HttpRouter, add it to the list of frameworks based on HttpRouter.
1 parent f0e42ac commit a145652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ If the HttpRouter is a bit too minimalistic for you, you might try one of the fo
293293
* [httpway](https://github.com/corneldamian/httpway): Simple middleware extension with context for httprouter and a server with gracefully shutdown support
294294
* [kami](https://github.com/guregu/kami): A tiny web framework using x/net/context
295295
* [Medeina](https://github.com/imdario/medeina): Inspired by Ruby's Roda and Cuba
296+
* [nchi](https://github.com/muir/nchi): provides a [chi](https://github.com/go-chi/chi)-like framework using [nject](https://github.com/muir/nject) for flexibility and ease-of-use
296297
* [Neko](https://github.com/rocwong/neko): A lightweight web application framework for Golang
297298
* [pbgo](https://github.com/chai2010/pbgo): pbgo is a mini RPC/REST framework based on Protobuf
298299
* [River](https://github.com/abiosoft/river): River is a simple and lightweight REST server

0 commit comments

Comments
 (0)