Re: [go-nuts] High Performance REST API Framework.

2020-05-09 Thread Kurtis Rader
On Sat, May 9, 2020 at 10:57 AM Sai Matam wrote: > What would be a high performance web framework? I am looking for:- > Googling "go caddy gin echo" produces a lot of results. One of those is the Caddy web server. I use Caddy for my personal web server and have been very happy using it rather

Re: [go-nuts] High Performance REST API Framework.

2020-05-09 Thread David Riley
I like Echo (echo.labstack.com) a lot. Nice and modular, more capable than Gin with about the same performance, and I think it meets all of your criteria (except having never used Spring Boot before, I don't know how it compares). - Dave > On May 9, 2020, at 12:39 AM, Sai Matam wrote: > >

[go-nuts] High Performance REST API Framework.

2020-05-09 Thread Sai Matam
What would be a high performance web framework? I am looking for:- 1. Reactive (non-blocking) 2. Enough HTTP compatibility to implement a REST API 3. Would be great if it feels like Spring Boot or Swagger 4. Well maintained. 5. Should be able to scale to tens of thousands of