Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Does anyone know what Grooveshark.com is coded in? I mean PHP, rails, flash........?

share|improve this question
Edit: I take that back, it appears to not rely on Flash anymore. My apologies. – clifgriffin Feb 16 '11 at 18:57

closed as off topic by BoltClock Jul 20 '12 at 13:37

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 7 down vote accepted

Grooveshark developer here. Grooveshark's backend is PHP 5.2, and the front end is a mixture of a ton of Javascript and a small flash shim that handles playback, https communications and a few other one-off things that were just easier to make work in flash than javascript.

This post might be helpful: The Tech Behind the New Grooveshark

share|improve this answer
1  
.thx for replyin...nothing better than the "horse's mouth"... ;) – digster Mar 1 '11 at 17:45
tht post is the cherry on the cake.... ;) – digster Mar 1 '11 at 17:46
@Jay hey I found out something you might be interested in.. how can I contact you – isJustMe Mar 29 '12 at 16:57
@Rafael.IT you can contact me at jay at grooveshark dot com – Jay Paroline Apr 25 '12 at 20:11

By digging through the source it looks like PHP (PHP/5.2.14) and a TON of Javascript.

share|improve this answer
hmmm...but then that contradicts the first answer....... – digster Feb 20 '11 at 8:18

Per WikiPedia:

Grooveshark is a rich Internet application that was first written in ActionScript using the Adobe Flex framework that ran in Adobe Flash. In December 2010, Grooveshark introduced a redesign of the site that features an interface rewritten to use HTML5, which makes the interface perform faster.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.