Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

WebSocket is an API and a protocol for bi-directional, full-duplex communication that is closely associated with HTML5 and implemented in recent versions of most web browsers.

learn more… | top users | synonyms (1)

0
votes
1answer
85 views

How to mimic Facebook's “Like” feature in WebSocket

I developed a proof of concept application that uses WebSocket to mimic the functionality of Facebook. If on Facebook someone "likes" a picture, I see the notification on my page right away without ...
1
vote
1answer
818 views

HTML5 Websocket + Node.js Realtime Notification System [closed]

in the last weeks I have built a small notification system using HTML5 Websockets and node.js with socket.io. There are still some things that I haven´t solved, yet. I have read that realtime ...
2
votes
1answer
952 views

How to build xmpp over web sockets web chat application like gtalk

How to build xmpp over web sockets web chat application like gtalk using javascript+html or asp.net? ıt accepts file transfer, video conferencing, private or group chatting. Multiple users and servers ...
2
votes
1answer
854 views

Backend server software for facebook-like chat with PHP/MySQL/JS?

I developed a Facebook-like chat in PHP and JavaScript. It's a plugin for a forum software. Currently I'm using (short) polling to receive new messages, but I'd like to try it with something better, ...