d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Which Type Of Code Needed For Web App Dev
Add Reply New Topic New Poll
Member
Posts: 7,350
Joined: Jun 15 2010
Gold: 95.09
Mar 28 2019 11:12am
If i were to make an app on a website where the user can use the app without downloading anything (like those miniclip games or like runescape) what type of coding language would i need for this or what language would be most recommended? Thank you
Member
Posts: 1,835
Joined: Jun 24 2011
Gold: 1,306.00
Mar 28 2019 12:47pm
Miniclip games are done with flash, runescape is done with java. Nowadays you can do similar things with javascript and html5 canvas. You can code the server in Node for example.
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Mar 28 2019 04:27pm
What type of game are you trying to develop? 2d/3d, platformer, FPS, RPG, MMO ?

The back-end can be literally any back-end language that doesn't matter. (Node as mentioned is a good option if you're familiar with JavaScript, but you could use pretty much any language/framework)
The front-end is the tricky part and depends on what type of graphics you're trying to achieve and what type of game you're developing. There are a large number of HTML5 frameworks and there are also ways to compile many games (like unity games) so they run in the browser.
Member
Posts: 265
Joined: Nov 24 2012
Gold: 1,343.00
Apr 9 2019 03:00pm
p5js is an amazing graphics/drawing related library for JavaScript. You can use it right in your browser window.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll