On Monday, 12 October 2020 at 11:06:55 UTC, Robert M. Münch wrote:
Go seems to be kept as simple as possible, even if you have to write more code. Which is, in the long run, the cheaper and smaller burden. No tricks, no surprises... that has a lot of merits.

Yes, it is a good fit for web services with medium sized code bases.

Or for Google Cloud Functions. Then you write one program for each request handler. This is where I am heading.

The advantage with such a solution is that you can write one handler in Python, another in Go and perhaps one in node.js.

Reply via email to