[seelentera] ajax vs node.js

magnur

Exploit Developer
Joined
Jan 25, 2019
Messages
1,249
Reaction score
441
Link removed

Программа курса

Часть 1. Проектирование интерфейса
Часть 2. Основы jQuery Ajax
Часть 3. Основы Node.JS Socket.IO
Часть 4. Разработка чата на Node.JS

[HIDE=10]
https://yadi.sk/d/cZ5xwuRjKnTP3

ссылку нужно скопировать в браузер
[/HIDE]
 
Last edited by a moderator:

58847

New member
Joined
Oct 11, 2019
Messages
2
Reaction score
0
Ajax is more of a front-end framework, used for creating interactive web pages without page reloads, whereas Node.js is a back-end framework that allows for server-side scripting and runs JavaScript on the server. Think of it like Node.js being the engine and Ajax being the steering wheel. Ajax is crucial for UI interactions but Node.js is what powers the underlying server infrastructure.
 
Top