简体   繁体   中英

Simulate API restful

I want to develop an angularJS SPA app. Our server side will be PHP Laravel or NodeJS. Is there a way to work just with angularJS and simulate all get/post requests in server side so we don't have to concern about the backend?

Here are a few REST API mocking services:

http://www.mockable.io/

http://www.mocky.io/

http://apiary.io/

Apiary is a little bit more than that, as it allows you to describe your API and automatic documentation and a mock service on top of that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM