Which is the best programming language for web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which is the best programming language for web development?

Happy New Year)

24th Dec 2016, 6:04 PM
Anastasia
Anastasia - avatar
2 Answers
+ 4
HTML + CSS + JS + PHP. SQL is optional. You can learn some others like C#/C++/Python/Java if you plan to link some huge functioning stuff,etc into your webpage. But I recommend just using JS for those jobs.
24th Dec 2016, 6:06 PM
Wen Qin
Wen Qin - avatar
+ 4
It's a question of taste... but the indispensable basics aren't really programming languages: HTML CSS which are inseparable of web development. After that, you need JS quickly ( almost the only really avaible on client side ) for add a few dynamics. On server side, historically, PHP is very establish, and is almost all over. But more and more you find challengers: JS based ( with NodeJS -- a few difference with client side version ), Ruby ( on Rails -- web framework ), Python ( Django -- web framework ), Java ( Spark - web framework )... And all of that are just examples, you can in fact/theory ( it will be more or less difficult ) build a custom workflow with all module you want in your workflow, even with mix-in of different languages ( in absolute, you can code a web server in almost all languages, but you need to have more hard working when you don't reuse improved programs for make the development easier and concentrated on web design rather than web server )
24th Dec 2016, 6:52 PM
visph
visph - avatar