mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
1.4 KiB
1.4 KiB
Third party packages
- Iris is build on top of fasthttp
- pongo2 is one of the supporting template engines
- amber is one of the supporting template engines
- jade is one of the supporting template engines
- blackfriday is one of the supporting template engines
- klauspost/gzip for faster compression
- httprouter for the basic BSD kernel's trie algorithm used inside muxEntry, edited by Iris' author to improve its performance and achieve 0 memory allocations per operation.
- goo used inside iris command line tool
- cli used inside iris command line tool
- color for the logger's colors
- mergo for merge configs
- formam as form binder
- i18n for internalization
- gothic/goth for Multi-Provider OAuth, OAuth2