dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

Could you show me the architecture of moco? #257

Closed waitshang closed 3 years ago

waitshang commented 5 years ago

I want to know more about moco and its design pattern. Could you help me.

dreamhead commented 5 years ago

The basic idea of Moco is very simple: RequestMatcher and ResponseHandler. If your request matches any matcher, the corresponding response handler will be invoked to return response.

dreamhead commented 3 years ago

@waitshang I wrote a Chinese article about Moco design. I hope it is helpful.