-
Notifications
You must be signed in to change notification settings - Fork 35
Thanks
Aofei Sheng edited this page Dec 10, 2018
·
14 revisions
- labstack/echo: It is the prototype of this framework.
- BurntSushi/toml: It makes this framework able to read TOML configuration documents.
- tdewolff/minify: It makes this framework able to minify asset files as much as possible.
- 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.
- gorilla/websocket: It makes this framework able to support WebSocket.
- vmihailenco/msgpack: It makes this framework able to support MessagePack.
- stretchr/testify: It provides a guarantee for this framework can serve properly.