Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is server side java script? Can we use java script also at server side? Which type of java script is necessary to know for a front-end developer?

I just read that there is also a type of java script called server-side java script, before it i was thinking that java script is used only at client side....so my question is what is server-side java script ...and for a front-end develoer , is it necessary to learn both types of java script?

like image 649
Jamna Avatar asked Dec 28 '22 18:12

Jamna


1 Answers

Server side java script is somehow like java/C++/.Net/ruby/php... It is just an approach of programming server code. If you work on the front-end without any back-end work to do, it is not necessarily to learn server-side java script. Server side java script you mentioned is probably nodejs. Imagine that you can write a server with js instead of java or php.

like image 92
Sinnyn Avatar answered Mar 08 '23 23:03

Sinnyn