RESTful API: Where should I code my workflow?

后端 未结 4 1948
栀梦
栀梦 2021-02-05 18:29

I am developing a RESTful API. This is my first API, but also my first really big coding project. As such, I\'m still learning a lot about architecture etc.

Currently, I

4条回答
  •  天涯浪人
    2021-02-05 18:52

    You may want to re-orient your architecture along the lines of DDD (Domain Driven Design) and perhaps use a MSA, that way you can shift from orchestrated workflow to EDA and choreography of micro processes.

提交回复
热议问题