Streamie: Node.js + Websockets = Real time Twitter client(thechangelog.com)
thechangelog.com
Streamie: Node.js + Websockets = Real time Twitter client
http://thechangelog.com/post/1152112645/streamie-node-js-websockets-twitter-client
7 comments
I heard that guy is storing oauth credentials. ;-)
I tried doing something similar a few months ago.
It's surprisingly difficult :D Kudos on making it work! How did you get around crashing browsers? I tried displaying the full-ish stream API and the browser would soon lag behind the real stream and finally die.
It's surprisingly difficult :D Kudos on making it work! How did you get around crashing browsers? I tried displaying the full-ish stream API and the browser would soon lag behind the real stream and finally die.
I saw something sort of similar a few weeks ago from jdub of gnome fame. http://www.hellodenby.com/blog/
Chromium shows "This page has been blocked from tracking your location." :-|
the live server got hacker'd.
Read the author’s blog post about it: http://www.nonblocking.io/2010/08/future-is-here-i-just-fork...