the News Feed technique
Posted
by
Rawhi
on Stack Overflow
See other posts from Stack Overflow
or by Rawhi
Published on 2011-01-16T15:49:19Z
Indexed on
2011/01/16
15:53 UTC
Read the original article
Hit count: 195
I have been read a lot of articles to make a good design for my database so I can get the most recent updates for every single user by executing a - kind of - complex query then I send the data using ajax as a JSON to JS file that makes an appropriate edits for the records.
It seems fast but I don't know if it will be as much as fast if the site has a large number of users .
so iv'e started looking for an alternatives . and I found something called NodeJS
, I really didn't understand what it is stand for and hope that you can help me with that.
from another hand if the facebook doesn't use a normal
db to do whatever he does , then I think there is no way to do it .
helpful link : What's the best manner of implementing a social activity stream?
waiting for your comments.
best regards
© Stack Overflow or respective owner