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