PHP vs NodeJS comparison table of supported technologies
| Technology | PHP | Express JS |
| CMS | Magento, WordPress, Opencart, Drupal, Joomla, PrestaShop | Apostrophe2, Ghost, KeystoneJS, enduro.js, Pencilblue |
| MVC frameworks | Symfony, Laravel, Yii, Codeigniter, Zend, Phalcon, CackePHP | Koa JS, Express JS, Sails JS |
| Realtime | Ratchet, Wrench, Elephant.io, Socket.io | ws, Sockjs, Socket.io |
| REST API | RestClient, Guzzle, HTTPFUL | Restify, Loopback |
| Scaffolding | symfony+, laravel+ , yii+, CackePHP | Yeoman |
| HTML templating | Twig Blade Latter Smarty Volt Mustache | Jade Underscore EJS Handlebars Mustache Embedded js |
| Horizontal scaling implementation | Elastic beanstalk, varnish | Cluster mode, Amazon Elastic Beanstalk |
| Load balancer support | + | + |
| Queues | + | + |
| Multiple drivers support DB, storage | + | + |
| Full-text search | + | + |
| Profiling | Xdebug, Blackfire, XHProf, XHGui | Built in profiler |
| Caching | Redis, Memcache | Redis, Memcache |
| CI support | Travis CI, Codeship | Travis CI, Codeship |
| QA | PHPUnit Cucumber (behat) Atoum Selenium Dusk Kahlan Php_testability Codeception | Phantom.js Jasmine Protractor Nightwatch.js Casper.js Nemo.js Buster.js Selenium |
Comments
Post a Comment