DEV Community

Discussion on: Designing a Reverse Proxy: Why Golang performs better than Java(Spring Boot), An In-Depth Analysis

Collapse
 
samsadsajid profile image
SajidSamsad

Hi Rob, thanks for the insightful comments.
Firstly, for the purpose of this article, I have not benchmarked for Nginx or Haproxy. But, I am planning to do one. And after that, I intend to publish another article with the result. And, yeah, of course, it will be a very interesting comparison between an event-driven, non-blocking i/o based solution vs. the Goroutine.

On the point of the load balancer, I did not want to go through all the details in this article as I thought it does not serve the purpose of this article. But yeah, you're absolutely right on the points you mentioned about the load balancer.

Hope to publish another one on the Nginx/Haproxy vs Go proxy soon. Hope to see you there. :D