What are the best uses of REST services?

前端 未结 6 1581
旧巷少年郎
旧巷少年郎 2021-01-30 01:27

I know sites like Facebook are now using REST services, but I am wondering of other applications that use REST and if there are specific situations when the use of REST is more

6条回答
  •  盖世英雄少女心
    2021-01-30 01:39

    REST is efficient when your ultimate goal of the data is the CRUD operations, usually within a web UI, usually with AJAX, Flash, Silverlight kind of experiences, when security, encryption, transactions are not the concern, however if your requirements includes any enterprise like features mentioned before (Transactions, Encryption, Interoperability ... etc) SOAP is the solution.

提交回复
热议问题