CHAPTER 3 – FURTHER INTO THE ABYSS OF DISPARITY (:SERVER SIDE LANGUAGES:)

When I say server side languages I don’t mean Chinese. Servers all around the world are using different computer language (code) that are used to make the servers do some wonderful things. This can be either the simple search engine that you use to find funny memes or the games that you play online, like bruh.io. but the thing that i will be focusing on is the web based servers for hosting web pages(like this)

 

JAVASCRIPT – javascript is a high-level adaptive language that is used for many different programming needs. for most web applications javascript is used along with css and html to allow the user to do more on a website. javascript on the serves side is called node.js and is full of many diffrent uses. node.js is used to run outside of the typical browser and is used to allow web devs to be able to use comandline tools to do server side scripting.

PYTHON – Python was first released in 1991 b Guido Van Rossum, this 37 year old language is one of the more higher level programming languages that have multiple uses. the website redit is wrote fully in python and other larger websites like Wikipedia, google and Facebook also have the language throughout the websites. this is because the language is adaptive and is popular to use in many different types of applications. NASA even uses the language for some of their programs.

the 2 languages that are listed above are to of the more common language, bellow are some of the more advanced and lesser used.

C# – used on windows using the ASP.NET platform that is used by Microsoft to make web based programs.

 

PHP – PHP is a web server scripting language that allows the user to run server side programs. when PHP code is requested by a user the code will go through a PHP runtime. this is done o normal create dynamic web pages.

 

 


Leave a comment