SANTHOSH17-DOT / are-you-bombed

A Golang application which can generate flat and nested zip bombs and serve them using Fiber HTTP web framework.
MIT License
9 stars 5 forks source link

Using of Fiber instead of Gin #10

Closed i-am-yuvi closed 1 year ago

i-am-yuvi commented 1 year ago

Is your proposal related to a problem?

We're using gin as http webframework which has very low performance. We can see here. Also the documentation of gin has very bad interface, new contributors will face difficulties in getting started with this project.

Describe the solution you'd like

I'ld like to suggest the use of Fiber which is very fast and has very low latency. The fiber can be easily understood by the new developers, also it has nice documentation. The composite benchmarks of fiber is far above than the gin framework.

SANTHOSH17-DOT commented 1 year ago

Thank you for introducing me to this benchmarking tool. I can assign you if you want to update the existing code with the Fiber web framework.

i-am-yuvi commented 1 year ago

Yes, please assign me!

SANTHOSH17-DOT commented 1 year ago

Go ahead @i-am-yuvi