kadoh
kadoh copied to clipboard
The Kademlia DHT in Javascript for Node.js and Browsers
http://dev.w3.org/2011/webrtc/editor/webrtc.html http://dev.w3.org/2011/webrtc/editor/webrtc.html#peer-to-peer-connections http://arstechnica.com/business/news/2012/01/hands-on-building-an-html5-photo-booth-with-chromes-new-webcam-api.ars http://blog.chromium.org/2012/01/real-time-communications-in-chrome.html http://www.webrtc.org/ https://www.w3.org/Bugs/Public/show_bug.cgi?id=15206
something interesting here to prove you are still alive.
Changed "clould" to "could"
Fix #61 ``` Available tasks default Alias for "ascii" task. test:node Alias for "ascii", "mochaTest:test" tasks. build Alias for "build:xmpp", "build:simudp" tasks. build:xmpp Alias for "ascii", "kadohBuild:xmpp" tasks. build:simudp Alias...
http://kadoh.fr.nf/ seems to be down.
Just to put it out there, on version v0.10.24 of NodeJS kadoh is giving the warning for obsolete "path.existsSync is now called `fs.existsSync`".
Hi, (written on an iPhone, apologies for terseness) Instead of requiring users to install global modules (eg jake) you can instead use the `npm start` feature. That way you would...
Maybe we could use webworkers to run our node object since we don't need any DOM access and we would take advantage of multithreading. [stackoverflow](http://stackoverflow.com/questions/2773682/what-are-the-use-cases-for-web-workers) > - John Resig (of...
It would be nice to have "fools probe" tutorial about how to integrate and boot the library at least for the basic functionality, maybe with a step-by-step tutorial or example...