+ 3
Hi Talentless Guy Node js IS JavaScript. There is no need to compile. Node introduces, a number of new things to JS, including Modules( now standard in ES6), and a package manager npm. Think of it as JS without the browser attached. It runs on the same VM as Chrome's JS engine, called V8. But yes you can build a fully functional back end with node. Look also at node express, which is a popular web backend module for node.
29th Apr 2018, 9:00 PM
Mike Choy
Mike Choy - avatar
0
đŸ‘©â€đŸ‘©â€đŸ‘§đŸ‘đŸ‘đŸ‘đŸ‘
29th Apr 2018, 9:18 PM
Mike Choy
Mike Choy - avatar