buaazp / fasthttprouter

A high performance fasthttp request router that scales well
http://godoc.org/github.com/buaazp/fasthttprouter
BSD 3-Clause "New" or "Revised" License
872 stars 91 forks source link

REPO HAS MOVED #55

Open perpetual-hydrofoil opened 5 years ago

perpetual-hydrofoil commented 5 years ago

It appears that @buaazp is no longer supporting this repo.

Please see:

https://github.com/fasthttp/router

perpetual-hydrofoil commented 5 years ago

Per https://github.com/fasthttp/router/issues/5#issuecomment-489348729 (Mar 2020: Interesting, someone with commit access on fasthttp router seems to have deleted a bunch of old issues instead of just commenting. That entire issue 5 is completely 404 now.)

perpetual-hydrofoil commented 5 years ago

And please say thank you to @buaazp for producing the first router for fasthttp!

perpetual-hydrofoil commented 4 years ago

@savsgio Please comment if this is an inaccurate issue, since @buaazp is clearly no longer maintaining. Obviously, this project is dead and they should move to the fork (that apparently was completely rewritten based on your comment on the pull req above).

savsgio commented 4 years ago

Hi,

The fasthttp team maintain the official fasthttp/router. I'm maintaining the router, improve it and fix serveral errors.

At the first, we fork this repository, but @buaazp never answered our invitation, so since few months I decide to take the control and rewrite the complete code and continue added more features, following the fasthttp philosophy.

Now the router it's standalone and not a fork of this repository, so I recommend to use the official router.

Recently, I released the version v1.0.0 with several features and bug fixes.

Thanks!

savsgio commented 4 years ago

Also, @buaazp is on the license as thanks for your effort.