Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abahmed committed May 11, 2020
1 parent 71e1f79 commit 24bafc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
</p>


**gearbox** :gear: is a web framework for building micro services written in Go with a focus on high performance and memory optimization. It's built on [fasthttp](https://github.com/valyala/fasthttp) which is **10x faster** than net/http
**gearbox** :gear: is a web framework for building micro services written in Go with a focus on high performance and memory optimization.

Currently, **gearbox** :gear: is **under development (not production ready)** and built on [fasthttp](https://github.com/valyala/fasthttp) which is **up to 10x faster** than net/http

In **gearbox**, we care about peformance and memory which will be used by each method while building things up and how we can improve that. It also takes more time to **research** about each component that will be used and **compare** it with different implementations of other open source web frameworks. It may end up writing our **own components** in an optimized way to achieve our goals

Expand Down Expand Up @@ -87,4 +89,4 @@ gearbox is licensed under [MIT License](LICENSE)
Logo is created by [Mahmoud Sayed](https://www.facebook.com/mahmoudsayedae) and distributed under [Creative Commons License](https://creativecommons.org/licenses/by-sa/4.0/)

#### Third-party library licenses
- [FastHTTP](https://github.com/valyala/fasthttp/blob/master/LICENSE)
- [FastHTTP](https://github.com/valyala/fasthttp/blob/master/LICENSE)
4 changes: 2 additions & 2 deletions gearbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

// Exported constants
const (
Version = "0.0.2" // Version of gearbox
Name = "Gearbox" // Name of gearbox
Version = "0.0.2-beta" // Version of gearbox
Name = "Gearbox" // Name of gearbox
// http://patorjk.com/software/taag/#p=display&f=Big%20Money-ne&t=Gearbox
banner = `
/$$$$$$ /$$
Expand Down

0 comments on commit 24bafc5

Please sign in to comment.