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
Working with the Command line
Comments
Post a Comment