Web Service vs Web Application

前端 未结 11 593
别跟我提以往
别跟我提以往 2020-12-12 13:13

I know this is an old question and must have been answered hundred times already, but I am not able to find a satisfactory response as yet.

I am creating an applicat

11条回答
  •  粉色の甜心
    2020-12-12 13:46

    This is a simple way to know about it:

    Web Application means for human beign can read. it is accessed through browsers.

    Whereas

    Web Services means for computers can read. it is accessed from any languages or platform.

    For example:

    Yatra.com(Java based services) application communicate Paypal.com(Python based services) application

提交回复
热议问题