Categorygithub.com/juanjiTech/jin
repositorypackage
0.0.0-20240610131617-93c79097b509
Repository: https://github.com/juanjitech/jin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Jǐn

瑾,瑾瑜,美玉也。

Jin is a HTTP web framework written in Go (Golang) with a slim core but limitless extensibility.

Feature

  • Middleware support
  • Dependency injection
  • Integrate non-intrusively

Performance

Due to the speed of reflect.Call, every inject process will take about 200ns, which means if the handler in handler-chain didn't support fast-invoke will take about 200ns for dependency inject (on mac m2).

Status

Alpha. Expect API changes and bug fixes.

License

MIT