Feb 2, 2022
You are right that NodeJS is resulting just the string and Go is doing JSON encoding. Well, it's penalty for the Go. On the other hand I assume that it's not a huge penalty. Parsing HTTP headers and establish connection has significant impact here.