What are the languages used in web development orher than html,css and js... and what is their purpose? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the languages used in web development orher than html,css and js... and what is their purpose?

There are also some languages used for data saving and processing. Like mysql ...

27th Nov 2018, 10:07 AM
Me&You
Me&You - avatar
2 Answers
+ 1
Me&You Other than those you mentioned, the rest are back-end languages. They are used to write code that work on your web server. Such task they perform include, 1.Storing user data 2.Dynamically generating web pages Languages include Kotlin (Spring, Ktor), Python (Django, Flask), C# (ASP.Net MVC), Java (JSF), Javascript(Nodejs), Ruby (Sinatra, Ruby on Rails) PHP (CakePHP, Drupal) You can read more about it here https://www.invensis.net/blog/it/difference-between-front-end-and-back-end-development/amp/
27th Nov 2018, 10:37 AM
Dlite
Dlite - avatar
0
Thank you all
27th Nov 2018, 6:43 PM
Me&You
Me&You - avatar