Jump to content

AJAX / Java / Flash

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts
If you were going to develop a browser-based online game, what language would you pick? considering that the game i'm talking about would load lots of pictures/animations and interact a lot with the user. My pick is AJAX+PHP. Performance is the most important thing on the language choice.

#2
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
I would pick HTML5+AJAX+(whatever server-side language you prefer).

If you plan on the long term, you might also want to take a look at WebGL, I think it has good chances of becoming a standard.

Oh and also, jquery.
(Just in case you don't know about it)

Edited by manux, 22 July 2010 - 01:01 PM.
jquery


#3
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts
JQuery was exactly my idea with AJAX, JQuery is a pretty amazing and advanced library for AJAX development. WebGL seems pretty promising but i would not pick for now a language that it is under development in most browsers.