Does anyone know what Grooveshark.com is coded in? I mean PHP, rails, flash........?
Asked
Active
Viewed 4,858 times
6
-
Edit: I take that back, it appears to not rely on Flash anymore. My apologies. – clifgriffin Feb 16 '11 at 18:57
3 Answers
22
Grooveshark developer here. Grooveshark's backend is PHP 5.6, 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

Jay Paroline
- 2,487
- 1
- 22
- 27
-
1
-
-
@Jay hey I found out something you might be interested in.. how can I contact you – isJustMe Mar 29 '12 at 16:57
-
1
By digging through the source it looks like PHP (PHP/5.2.14) and a TON of Javascript.

Rion Williams
- 74,820
- 37
- 200
- 327
0
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.

Trevor
- 55,264
- 2
- 18
- 12