Hacker News new | ask | show | jobs
by notdan 4157 days ago
The YouTube slowdown is just using the YouTube API. For mp3, it is using the html5 file and audio Apis, and a JavaScript port of the sound touch library. Everything is done in client side javascript, there is currently no application server, just a static site.
1 comments

Thanks for the info. I was thinking of building something doing somewhat similar stuff but I think it'd have to be sever side in my case.