On Tuesday, 6 October 2015 at 17:54:48 UTC, Russel Winder wrote:
On Tue, 2015-10-06 at 16:21 +0000, Dejan Lekic via
Digitalmars-d wrote:
On Tuesday, 6 October 2015 at 16:12:12 UTC, Russel Winder
wrote:
> [...]
As far as I know, there is no implementation of microservices
as we see in the Java world. IMHO, D community should come up
with a good microservices architecture. As you pointed out, it
could be based on vibed.
Pity, microservices is a very fashionable thing just now, and
Go is wiping the floor with Node and Java. Well that bit is
opinion but… many people are getting into all this
non-blocking, event-driven, shared memory stuff and boiling
their brains, whereas the Go folk are doing blocking stuff
using dataflow which is much easier to program.
I have never used Go, but isn't what you describe exactly what
vibe.d is doing using Fibers ?