Is Javascript a good solution for every general purpose app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is Javascript a good solution for every general purpose app?

With Javascript you can develop full applications. No just web scripting. It can be used to work with lots of different DB's with no need of SQL. And can be used to build Web Services in Node.js using Frameworks like Express or Sails.js. It also can be used to build hybrid App in frameworks like Apache Cordova or Ionic. Do you think Javascript is robust enough to always be applied in those all fields? Is Javascript the general purpose app language? I personally think is definitely an useful and powerful lan

27th Jan 2018, 8:40 PM
Sergio David Romero
Sergio David Romero - avatar
1 Answer
+ 1
The main purpose of JS is client based execution for dynamic contents. This makes your software changeable from every client using it on his Pc. This makes JS alone not very robust. For safety server based applications are required.
27th Jan 2018, 10:32 PM
Andreas K
Andreas K - avatar