How do you write Server-Side Code & NodeJs

 We need a programming language that can be executed on a server (i.e NOT in the browser )

What is a server? 

in the end, just a regular computer 

You can use basically ANY programming language on the server

Python 

PHP 

C#

Java

NodeJs(JavaScript). High-performance js 

Getting started with Node js 

Installing & running Nodejs

What is?

A javascript Runtime 

A tool for executing JavaScript code (outside of the browser)

Can be installed on any computer and hence be used to write and execute 

https://nodejs.org/en/

Working with the Command line


 



Comments

Popular posts from this blog

Events Js