dreamhead / moco

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

can i mock a RPC service by using moco? #162

Open JennyHui opened 8 years ago

JennyHui commented 8 years ago

all i got is the thrift file ~ i wanna know if moco can work this out or not?

schrepfler commented 8 years ago

No. Additionally RPC is a generic term existing before thrift, this issue should be renamed as the title is misleading.

dreamhead commented 8 years ago

No, Moco supports HTTP and socket for now. You can write a thrift plugin for Moco to run thrift HTTP stub server

darbean commented 7 years ago

I forked ur moco and add the dubbo support.