On Wednesday, 19 June 2019 at 08:29:15 UTC, dangbinghoo wrote:
hi there,

Does anyone know the micro-service oriented design library or framework in D?


thanks!
----
binghoo dang

What do you need from such a library?

Some suggestions:

For networking, there is vibe.d[0] which provides both a client and a server REST (or web) interface. There is also GraphQL-D[1] that provides a server-side GraphQL interface that can be used by other services.

For modelling, there is Depend[2], which visualises dependencies.

[0] http://code.dlang.org/packages/vibe-d
[1] http://code.dlang.org/packages/graphqld
[2] http://code.dlang.org/packages/depend

Reply via email to