Browser game in JSP? [closed]
- by Constant
I want to develop a browser-game (like ogame, travian) and I have some doubts in which technologies should I use.
I was thinking in a server-side in JSP,Java and a client-side in HTML (or HTML5 if I learn to give it good use). Do you think my choices are right?
I would like to make a board where many players could move simultaneously between tiles or squares. Do you think is possible in JSP or I should start with other language?
Any suggestion aprecciated, and apologies for my english.
Thank you!
Regards!