diff --git a/README.md b/README.md index 17691908..db0240d5 100644 --- a/README.md +++ b/README.md @@ -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.