java script for website and Nodejs
JavaScript provide Dynamic and Interactivity to Website ( Vs Static HTML and CSS webpage )
Nodejs | java runtime |
---|---|
explanation | What is Node.jshttps://www.youtube.com/watch?v=_RSL3S3Anxg&ab_channel=JavaBrains |
V8 Engine run in browser with a limited access to local resources ( browsers context : DOM/Document Object Model )Â | |
With Nodejs Javascript has access to local resources: API, fore, file system nodejs it's a rap around javascript ( V8 Engine in Chrome browser ) | |
server side | |
mainly for networking: web socket, fast file upload, Ad server , RealTime data App | |