|
|
|
|
|
by coderdude
5779 days ago
|
|
The server sends a client a whole page and once that page renders in a browser then you can use Ajax to transfer arbitrary bits of data to and from the server. You typically would not send an entire page to a client via Ajax, but you would use it to tell the server that 'User A' has voted on 'Story B' without having to load an entirely new page or refresh the page you're on. |
|