+ 4
I want to have more precision on angular.js, ajax, node.js and jQuery, is there a difference betwen them?
2 odpowiedzi
+ 5
Ajax is a way to get data from the server with or without user notice ,there is 2 type get and post request to get the data and also type synchronizes and asynchronous .
jQuery is JavaScript library which simplifies JavaScript more and add more functions on it .
angular : is a JavaScript front end took some syntax from jQuery .
node: is server language most of time used to prepare the ports and server route can make routes in angular too , files logic like create or delete or get or added .
+ 4
Thank you