vibe.d / experience / feedback
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Mon Oct 12 11:13:27 UTC 2020
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.
More information about the Digitalmars-d-learn
mailing list