Web App Explained: Is it Software? Skills & Knowledge Needed

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Math10
Messages
301
Reaction score
0
What is web app? Is it a software? What knowledge and skill is required to make an web app?
 
Physics news on Phys.org
Math10 said:
What is web app? Is it a software? What knowledge and skill is required to make an web app?
Have you done any research on your question? You might try typing "what is a web app" into a search engine, and see what you get.
 
  • Like
Likes   Reactions: Math10
HAHAHAHA, you're so right about that! I'm sorry that I was clueless.
 
The easiest web apps can be made with node.js web application server. Both server code and client code are written in javascript with the client using html for format and display of the application.

Nodejs.org

In contrast, writing Java web apps requires writing Java servlets on the server side and then using javascript on the client side. Similarly for other types of web apps.