How to connect to the server on mobile application?

前端 未结 3 1110
执念已碎
执念已碎 2021-02-05 18:23

I am new to mobile applications. I am basically from a web development platform. I am just playing around mobile frameworks like App Framework, LungoJS, Jquery Mobile, kendo etc

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 18:53

    Since you are new to mobile application, ill try to give short answers

    1) What kind of server needed for mobile applications ? A cloud or a regular web server is enough ?

    A regular web server is good.

    2) What are the ways to connect the app with the server ?

    via web-services

    3) What is the secure way to communication with the server ?

    Use HTTPS webservices (SOAP, REST), HTTPS secures the transmission.

    Above is a basic explanation for your quick help, I would recommend you to go through the documentation, and review some sample codes

    This will really help you Sample

提交回复
热议问题