Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Real time web update client to client

I'm so curious real time web application like Facebook uses (eg. Friends Notifications) My question is what particular javascript code or existing framework I can use if theres any existing out there. Regards

like image 436
Bruce Elenois McGravy Avatar asked Jun 14 '13 04:06

Bruce Elenois McGravy


Video Answer


1 Answers

Also have a look at websockets.

A description: http://www.html5rocks.com/en/tutorials/websockets/basics/

And a framework to use: http://socket.io/

like image 143
whereismydipp Avatar answered Oct 20 '22 18:10

whereismydipp