flftfqwxf / mockserver

Mockserver is a mock data tools and switch between mock data and real data,【一个用于前后分离时模拟数据的web系统,并可在直实数据与实际数据中自由切换】
http://mock.chinesefoodrecipes.net
MIT License
337 stars 102 forks source link

感觉跑起来比较难... #16

Closed wslx520 closed 7 years ago

wslx520 commented 7 years ago

DESC

门槛较高.要安装mysql

且需要跨域访问时,还得自己配nginx

我期望像json-server那样使用简单的mock服务器,但json-server太简单了,少了很多配置.

还有就是对于mock服务器来说,跨域访问是基本需求,我期望在这方面不要搞的太复杂.nodejs自身实现跨域访问和代理都不算难, http-proxy-middleware, hapi的h2o2, json-server都实现过.

抱歉我并没有尝试跑一下这个项目,主要是感觉使用方式和其他的很不一样,所以打了退堂鼓.如果有什么我说错了的,期望不要介意.

ENV

Platform:

Node.js Version:

mockserver Version:

flftfqwxf commented 7 years ago

@wslx520 本身就支持跨域访问啊,你文档都没看清楚,另外,这个项目是建议多人合作时用的,一个人自己写,用简单的mock服务,多人的时候,为了方便共享和协作,比较推荐此项目

wslx520 commented 7 years ago

@flftfqwxf 好的