Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Recently I did Start To Learn Node.js abd As of That i did Figure out that nower day`s node.js is widely use cause it supports Push-Pull/Publish-subscript as well as Request-Response both kind of Programming Capability.
But After Reading 6 to 8 article still i have confusion on the diffrance between them.

Any Help Would Be Appriciated.

Thanks In Advance.
Posted

1 solution

I did Try To SOLVE THIS

In request-response, the client won't notice about that message until he will send a request to the server, using ajax or simply moving to another page (Executing Http request).

The main problem here is that the updates are not real-time/live. The client doesn't know if there are any updates for him until he make a further request.

On the other hand, in push-pull relation the sever pushes the updates to the client, so the client informed about the message he receives live, without waiting for the next request to receive the update.

Please Correct Me If I am Wrong
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900