What is the distinction between client-side and server-side scripting?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What is the distinction between client-side and server-side scripting?

    What’s the difference between the two scriptings?

    #2
    I would be interested in knowing what is scripting?

    Comment


      #3
      Server-side scripting languages are programming languages designed to create HTML pages (or Web pages) on the server. Special libraries are frequently included with these languages to make generating HTML pages easier.
      A client-side script is a program running in the browser of the user. These scripts are tiny scripts that the browser downloads, compiles, and executes. JavaScript is a popular client-side scripting language that's utilized on a lot of dynamic websites.

      Comment


        #4
        The difference is as follows:
        1. Client- script:
        a. It is executed on the client-side or web browser.
        b. HTML, CSS, JavaScript are used.
        2. Server- script:
        a. It is executed on the back end of the web server.
        b. PHP, Python, Java, Ruby and ASP.NET are used.

        Comment


          #5
          In comparison to server-side scripts, client scripts do not give as much security.

          Comment


            #6
            Which server-side language is the quickest?​

            Comment


              #7
              Java using Graal (15s).

              Comment


                #8
                Which one is better? Java or PHP?

                Comment


                  #9
                  Java is much better.

                  Comment


                    #10
                    Thanks all.

                    Comment

                    Working...
                    X