Add Fiber to Web Frameworks (#2940)

This commit is contained in:
Fenny 2020-02-11 07:04:07 -05:00 committed by GitHub
parent 8c6841465e
commit ef89dd23bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,7 +389,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Databases implemented in Go.*
* [badger](https://github.com/dgraph-io/badger) - Fast key-value store in Go.
* [bbolt](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go.
* [bbolt](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go.
* [bcache](https://github.com/iwanbk/bcache) - Eventually consistent distributed in-memory cache Go library.
* [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data.
* [Bitcask](https://github.com/prologic/bitcask) - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
@ -1965,6 +1965,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language.
* [Buffalo](http://gobuffalo.io) - Bringing the productivity of Rails to Go!
* [Echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework.
* [Fiber](https://github.com/gofiber/fiber) - An Express.js inspired web framework build on Fasthttp.
* [Fireball](https://github.com/zpatrick/fireball) - More "natural" feeling web framework.
* [Flamingo](https://github.com/i-love-flamingo/flamingo) - Framework for pluggable web projects. Including a concept for modules and offering features for DI, Configareas, i18n, template engines, graphql, observability, security, events, routing & reverse routing etc.
* [Flamingo Commerce](https://github.com/i-love-flamingo/flamingo-commerce) - Providing e-commerce features using clean architecture like DDD and ports and adapters, that you can use to build flexible e-commerce applications.