mingrammer / go-web-framework-stars

:star: Web frameworks for Go, most starred on GitHub
MIT License
3.45k stars 249 forks source link

Add Fiber Web Framework #39

Closed Fenny closed 4 years ago

Fenny commented 4 years ago

Description

πŸ”Œ Fiber is an Express.js styled HTTP web framework implementation running on πŸš€ Fasthttp, the fastest HTTP engine for Go. The package make use of similar framework convention as they are in Express.

People switching from Node.js to Go often end up in a bad learning curve to start building their webapps, this project is meant to ease things up for fast development, but with zero memory allocation and performance in mind.

Please provide package links to:

gocover.io seems to have a time-out bug. It complains about an error for strconv.ParseFloat which is not called anywhere in the source code.The test coverage is 0% when tested locally.

Extra links:

mingrammer commented 4 years ago

Looks good!