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.
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.