What is the difference between XAMPP or WAMP Server & IIS?

前端 未结 7 2033
离开以前
离开以前 2021-01-30 12:42

I want to know what\'s the main difference between XAMPP or WAMP Server & IIS Server?

7条回答
  •  有刺的猬
    2021-01-30 13:34

    WAMP stands for Windows,Apache,Mysql,Php

    XAMPP stands for X-os,Apache,Mysql,Php,Perl. (x-os means it can use for any operating system)

    Advantages of XAMPP:

    • It is cross-platform software

    • It possesses many other essential modules such as phpMyAdmin, OpenSSL, MediaWiki, WordPress, Joomla and more.

    • it is easy to configure and use.

    Advantages of WAMP:

    • It is easy to Use. (Changing Configuration)

    • WAMP is Available for both 64 bit and 32-bit system.

    if you are running projects which have specific version requirements WAMP is better choice because you can switch between multiple versions. for example 7x and PHP 5x or Magento2.2.4 won't work on php7.2 but Magento2.3.needs php7.2 or up to work.

    i suggest using laragon :

    Laragon works out of the box with not only MySQL/MariaDB but also PostgreSQL & MongoDB. With Laragon, they are portable & reliable so you can focus on what matters Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.

    Laragon is great for building and managing modern web applications. It is focused on performance - designed around stability, simplicity, flexibility and freedom.

    Laragon is very lightweight and will stay as lean as possible. The core binary itself is less than 2MB and uses less than 4MB RAM when running.

    Laragon doesn’t use Windows services. It has its own service orchestration which manages services asynchronously and non-blocking so you’ll find things run fast & smoothly with Laragon.

    Advantages of Laragon:

    • Pretty URLs
      Use app.test instead of localhost/app.

    • Portable
      You can move Laragon folder around (to another disks, to another laptops, sync to Cloud,…) without any worries.

    • Isolated
      Laragon has an isolated environment with your OS - it will keep your system clean.

    • Easy Operation

      Unlike others which pre-config for you, Laragon auto-configsall the complicated things. That why you can add another versions of PHP, Python, Ruby, Java, Go, Apache, Nginx, MySQL, PostgreSQL, MongoDB,… effortlessly.

    • Modern & Powerful
      Laragon comes with modern architect which is suitable to build modern web apps. You can work with both Apache & Nginx as they are fully-managed. Also, Laragon makes things a lot easier:Wanna have a Wordpress CMS? Just 1 click.Wanna show your local project to customers? Just 1 click.Wanna enable/disable a PHP extension? Just 1 click.

提交回复
热议问题