Is there a good reason I shouldn't use a java applet for a game?

Posted by ryeguy on Game Development See other posts from Game Development or by ryeguy
Published on 2011-03-14T13:55:19Z Indexed on 2011/03/14 16:22 UTC
Read the original article Hit count: 184

Filed under:
|

I want to make a multiplayer browser-based game. The nice thing about using an applet is that I can make the client and the server in the same language (java/closure/scala/etc). I know there's html5 and javascript, but server side javascript isn't as mature as the jvm platform and browser support is still kind of flaky.

Applets don't seem to be widely used (except for Runescape), but is there a reason they're unsuitable or is it just because of the bad reputation they developed in their infancy?

© Game Development or respective owner

Related posts about java

Related posts about web