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

Tuesday, January 4, 2022

[FIXED] Do I have to use PHP if I am running a WAMP/MAMP/LAMP stack?

 January 04, 2022     lamp, mamp, mysql, php, wamp     No comments   

Issue

If I want to use Ruby or Python or any other OOP language other than PHP while still running a WAMP/LAMP/MAMP stack so I can still use Windows/MySQL/Apache is that a good idea? Are there better stacks I should look into? And if this is ok to do, why isn't it called a WAM[choose-your-adventure] instead of a WAMP...?


Solution

P does not stands for the PHP only (saying about all of them), it could also mean Python if you wish.

And all this is just words, till the moment you understand advantages and prospects of each.

So, the right question is what should you consider also.

I think you'd like LEMP (E stands for the Ngnix, for many projects it'd be better than Apache; yet, is totally disputable)

https://lemp.io/

Also, it's quite popular nowadays to use Node.js as a server (MEAN software bundle). Yet, it is totally different from what you are looking at, - whole bundle is either javascript, or js-based frameworks, as you can understand from the name of it.

https://en.wikipedia.org/wiki/MEAN_(software_bundle)

It is quite a big subject to dig in, - surf for it on the net. Main idea - you'd better understand deeply what lays beyond each bundle, so you can get, if it fits to your project, or not.



Answered By - cocostru
  • 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