6

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

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
digster
  • 392
  • 5
  • 20

3 Answers3

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

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

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.

Trevor
  • 55,264
  • 2
  • 18
  • 12