0
14kviews
Compare Client-Side vs Server-Side Programming Languages.
1 Answer
| written 8.7 years ago by |
| Client-Side Programming Languages | Server-Side Programming Languages |
|---|---|
| Scripts that execute in client side. In context of websites, it is scripts that execute in the browser of the user.Eg: Javascript, VB etc. | Scripts that execute in the Server. In context of website, it is scripts that execute on application servers.Eg: PHP, Python, … |