|
|
|
|
|
by ngrilly
3554 days ago
|
|
Not really. Echo can use net/http or fasthttp. When using net/http, there is no significant performance gain. All the performance benefit comes from replacing net/http by fasthttp. Source: https://github.com/labstack/echo/tree/v3 |
|