What is client side javascript and what is server side javascript?

前端 未结 8 1580
南方客
南方客 2020-12-08 05:29

Will any one please explain me what is server side java script and client side java script

Because I recently heard about livewire JavaScript is server side and navi

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-08 06:02

    These two terms are used in the context of web. Client-side means that the JavaScript code is run on the client machine, which is the browser. Server-side JavaScript means that the code is run on the server which is serving web pages.

提交回复
热议问题