Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between SaaS App & Web App

Anybody, please explain the differences between a SaaS App and Web App. Also how can we make a Java Web App, a SaaS App?

like image 753
Ammar Avatar asked Jul 23 '26 12:07

Ammar


1 Answers

For me Saas (Software as a Service) is when you provide your application without any infrastructure requirement from the client, so the client could use your software without take care about the systems that support your software. A web app is a Saas application if the application runs in the provider infrastructure.

like image 63
TlmaK0 Avatar answered Jul 27 '26 03:07

TlmaK0