使用 REST 的 SaaS 和应用程序开发

SAAS AND Application Development Using REST

软件即服务应用程序和使用 REST 开发应用程序之间有什么区别。 SAAS 应用程序是使用 REST 制作的吗? SAAS的例子有哪些。如果我们使用 REST 制作购物车或测验应用程序,我们可以说它是 SAAS 应用程序吗?

REST is just an architectural style for designing network applications . As Saas applications have to send data over the network, REST can be one of the ways to design them. Other can be service-oriented architecture (SOA).

关于您的购物车或测验应用程序,只要它们集中托管(可以在全球不同地区通过互联网访问),它们将是 SaaS 应用程序。它是否基于 REST 并不重要。