📜  ajax 和 node js 的区别 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:18.005000             🧑  作者: Mango

代码示例1
AJAX is client side programming technology and it executes in the browser.
whereas
NodeJs is server-side scripting language and it executes on the server.