What is the difference between a web application and a client/server application?

后端 未结 5 995
青春惊慌失措
青春惊慌失措 2021-01-02 13:21

I took this from another question I had.

Under appropriate uses for sqlite it has:

Situations Where SQLite Works Well

•Websites

SQLi

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 14:03

    1. Web apps runs on a browser, client-server apps runs as .exe.
    2. Web applications run on server, Client-Server apps run on client side.
    3. Web application is thin client, client-server app is thick client.
    4. Web application does not need to be installed in client system, Client-server apps need to be installed in client system 5.Web apps need low maintenance, client-server apps need high maintenance

    http://webvsclientserverbysujan.blogspot.in/2014/01/WebVsDesktoApppbysujan.blogspot.com.html

提交回复
热议问题