-
Notifications
You must be signed in to change notification settings - Fork 35
Thanks
Aofei Sheng edited this page Jan 30, 2019
·
14 revisions
- BurntSushi/toml: It makes this framework able to read TOML-based configuration documents.
- VictoriaMetrics/fastcache: It makes this framework able to cache asset files with in-memory efficiently.
- cespare/xxhash: It makes this framework able to get file digest efficiently.
- fsnotify/fsnotify: It makes this framework able to hot update things.
- go-ini/ini: It makes this framework able to read INI-based configuration documents.
- go-yaml/yaml: It makes this framework able to read YAML-based configuration documents.
- gorilla/websocket: It makes this framework able to support WebSocket.
- labstack/echo: It is the prototype of this framework.
- stretchr/testify: It provides a guarantee for this framework can serve properly.
- tdewolff/minify: It makes this framework able to minify asset files as much as possible.
- vmihailenco/msgpack: It makes this framework able to support MessagePack.