Click here to Skip to main content
15,890,282 members
Articles / Programming Languages / Javascript

Why JavaScript is in demand?

Rate me:
Please Sign up or sign in to vote.
4.22/5 (8 votes)
17 Jun 2016CPOL1 min read 8.2K   3
Why JavaScript is popular

In all my training, the very first question that I face is, Why all of a sudden angular is in demand? Why JavaScript frameworks became so important all of a sudden?

Let me put some light on it.

Today, we are moving towards cloud, where we will be charged based on how much we utilize server resources. More we utilize it, more will be the cost.

This is what we do today.

We create server applications using a server technology and make it do the following things:

  1. Handle requests
  2. Execute some logic based on request and generate final data to be displayed
  3. Generate HTML from that data
  4. Return that HTML

But there is another way to do the same, JavaScript.

We create server applications using a server technology and make it so the following things:

  1. Handle requests
  2. Execute some logic based on request and generate final data to be displayed
  3. Data is sent as response

At client side, using JavaScript, HTML will be generated dynamically from that data.

It will add two advantages:

  1. It reduces the overall usage of server resources ultimately reducing the overall software COST.
  2. Bandwidth required for overall transmission of only data is too less compared to complete HTML, as complete HTML will be bigger than the data in size.

Now a days, hardware is much cheaper and every client machine is good capable of executing JavaScript.

These performance and cost benefits made JavaScript a big boom market. All major companies are making their move towards JavaScript.

Next time, I will talk about the advantage of Angular over other JavaScript frameworks and libraries.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Just Compile
India India
Learning is fun but teaching is awesome.

Who I am? Trainer + consultant + Developer/Architect + Director of Just Compile

My Company - Just Compile

I can be seen in, @sukeshmarla or Facebook

Comments and Discussions

 
GeneralSecurity Pin
Member 1069451120-Jun-16 23:49
Member 1069451120-Jun-16 23:49 
QuestionCan a monopoly be popular? Pin
ArrayMac22720-Jun-16 7:03
ArrayMac22720-Jun-16 7:03 
AnswerRe: Can a monopoly be popular? Pin
Marla Sukesh20-Jun-16 7:48
professional Marla Sukesh20-Jun-16 7:48 
Hehe, Nice, What now a days all of the sudden demand increased a lot.
Sukesh Marla

We provide all kind of trainings
corporate, online , classroom and video based trainings

Find my profile here

@Twitter
@Facebook

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.