PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, January 14, 2022

[FIXED] Why is javascript not part of the project architecture?

 January 14, 2022     javascript, lamp, php     No comments   

Issue

I recently came across a question where someone asked what architecture we use in the company and someone else replied LAMP.

I am not sure why we do not include javascript as a part of the architecture. Is it implied? Or is there something I am missing? What if someone is using say ECMA script or VB script instead of javascript?


Solution

Because "LAMP" only addresses the technologies that run on the server-side, not what runs on the client-side, like the browser, or JavaScript within the browser. (And at the time "LAMP" was coined, JavaScript saw much less usage than it does today.)



Answered By - Adam Vandenberg
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing