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.
Comet is a generic term used to describe technology used to "push" data from a web server to connected web clients. In contrast to a "typical" web connection, in which the client must request data before the server can respond with that data, with Comet implementations, data can be pushed from the ...
1
vote
1answer
302 views
Multiplayer game in facebook
I am working on a multiplayer game which will be a facebook app.doing some research i found out that for server side pushes i need comet which is best implemented in node.js or python.
But facebook's ...
1
vote
0answers
265 views
How does Facebook implement the comet (long-polling) in the server side?
It seems Facebook implements the long poll technique to get the 'real' data. What implementation do they use in the server side? I thought they were using Tornado but they only use it for their ...
1
vote
0answers
109 views
How is the comet facebook implementation for their Notifications feature
How is the comet facebook implementation for their Notifications feature?
I'm crazy to know, I'm looking for something similar that wouldn't cost much from the web server...
Does anybody know or ...
1
vote
1answer
748 views
using long polling with facebook graph API (for “real-time” notifications)
I'm looking into implementing a web page to show the user's news feed with real-time updates, without using simple polling to the facebook servers.
after browsing through similar questions:
How to ...
6
votes
2answers
2k views
PHP Jquery: chat system, what is the Ideal framework for this?
I want to implement a chat system for my site. The functionality will be very similar to facebook chat. The chats will be one to one based.
I know how to build the chat system using PHP, MySql and ...
2
votes
1answer
795 views
2
votes
1answer
965 views
