I am planning on creating a web game. I want this game to be able to run inside the browser, have decent performance and with a lot of continuous animations and input. I want this game to scale well, because I want it to get massive later on.
I thought about trying to create a java applet, but then I started to doubt. Is an applet the right choice? Should I take a look at javaFX? Or should I try flash or JavaScript? Or is there a technology which I haven't thought about yet?
Which technology would you recommend to create a web game?