0

Does anyone have a general idea why server side Javascript hasn't been as popular as using a multi-language approach to web development? I.E. JavaScript+C#, JavaScript+perl; why not just Javascript all around? Wouldn't specific cost associated with web dev diminish if everyone's using a single language?

Above The Gods
  • 175
  • 2
  • 13

3 Answers3

0

Having never used server side javascript myself, I can honestly say it hasn't been around for very long compared to PHP, Python, Ruby, Java and so on, plus the advantages are not yet been publicized widely.

Having read something about it, it sounds really interesting, i think with a bit more time MVC javascript frontend coupled with server side will become a more widely adopted solution.

Another reason that comes into my mind is that some people really love language X or Y.

Me for example, I love python/django and i don't dislike ruby/rails.

nemesisdesign
  • 8,159
  • 12
  • 58
  • 97
0

While it's not the most used language for the server-side, Javascript is since a few years kind of popular on the server.

You should look at , for example.

It used to be considered just a toy language to show pop-ups with ads, but nowadays people is realizing it's power.

You can read an essay about this called JavaScript: The World's Most Misunderstood Programming Language to get a point of view about the reasons.

mgarciaisaia
  • 14,521
  • 8
  • 57
  • 81
-3

Javascript is browser manipulation. You use server-side languages to populate a page, then use client-side languages to make it pretty.

bobthyasian
  • 933
  • 5
  • 17