Domain Driven Design in Node.js Application

前端 未结 3 1121
刺人心
刺人心 2021-01-31 08:41

TL; DR; I\'m looking for trite example of DDD node.js application.


Hi,

I\'m going to create node application. I wonder that I can not find any exa

3条回答
  •  一整个雨季
    2021-01-31 09:07

    I'm very new to Node.js world.

    But I believe if you do your work using TypeScript with Node you can force most of DDD principles to be used.

    The problem "and advantage in the same time" in node.js that there aren't so restrictions like we have in OOP languages like C# or Java. and this freedom "and messy" of JavaScript making create robust complex DomainModel and Business logic very hard

提交回复
热议问题