SlideShare a Scribd company logo
NodeJS  vs  PHP & APACHE PHP & APACHE PHP & APACHE Radu Cojocaru
NodeJS creator: Ryan Dahl server-side Javascript framework event-based programming nonblocking network I/O and asynchronous file I/O http://www.nodejs.org /
PHP/NodeJS Script validate GET params fetch content from a URL  (I/O) process that content (stripping HTML tags) read ~ 1000 keywords from the database  (I/O) search the text for those keywords
Test ApacheBench (Gnuplot) 1000 requests, with a concurrency of 50 PHP script behind Apache webserver NodeJS script with its own webserver
Results
 
Conclusion small scripts (webservices, logging/analytics) with lots of concurrent connections lots of callbacks for multiple I/O operations
Thank you :)

More Related Content

PDF
Getting started with node JS
PDF
MongoDB and Node.js
PDF
Ng init | EPI Sousse
PDF
Client Side Optimization
PDF
DevOps in the era of serverless computing - Alessandro Vozza - Codemotion Ams...
PPTX
Getting started with node.js
PPTX
web optimizations
PPTX
CasperJS
Getting started with node JS
MongoDB and Node.js
Ng init | EPI Sousse
Client Side Optimization
DevOps in the era of serverless computing - Alessandro Vozza - Codemotion Ams...
Getting started with node.js
web optimizations
CasperJS

What's hot (20)

PDF
Web Development with NodeJS
PDF
NSLogger network logging extension
PDF
MEAN Stack - Google Developers Live 10/03/2013
ODP
Small eigen collider
PDF
Node.js introduction
PPT
The MEAN Stack: MongoDB, ExpressJS, AngularJS and Node.js
PPTX
Evolution of java script libraries
PPT
Introduction to node.js aka NodeJS
KEY
Ender
PDF
API Days Paris - Automatic Testing of (RESTful) API Documentation
PDF
OHHttpStubs
PDF
Why NodeJS
PDF
Golang @ Tokopedia
PDF
Analyse Yourself
PDF
Nodejs
PPTX
Rest api with node js and express
PDF
How to connect AngularJS to servers
PDF
Server Side Swift
PPT
Node.js: CAMTA Presentation
Web Development with NodeJS
NSLogger network logging extension
MEAN Stack - Google Developers Live 10/03/2013
Small eigen collider
Node.js introduction
The MEAN Stack: MongoDB, ExpressJS, AngularJS and Node.js
Evolution of java script libraries
Introduction to node.js aka NodeJS
Ender
API Days Paris - Automatic Testing of (RESTful) API Documentation
OHHttpStubs
Why NodeJS
Golang @ Tokopedia
Analyse Yourself
Nodejs
Rest api with node js and express
How to connect AngularJS to servers
Server Side Swift
Node.js: CAMTA Presentation
Ad

More from Vodafone developer (20)

PDF
Vodafone developer program mo mob 24aug2013
PDF
Vodafone developerlab
PDF
Vodafone application upload guidelines v1
PPT
Vodafone AppSelect Metadata Guidelines
PPT
Vodafone AppSelect Image Style Guide
PPT
Design for all goes mobile(over theair11)
PPTX
Designing for privacy in mobile applications
PPT
What can vodafone developer do for you(mobile unconferencedusseldorf)
PPTX
Development and distribution of applications in partnership with mts(russia)
PDF
Vodafone developer - how can i sell my android app
PDF
Vodafone developer how can i sell my android app
PPT
What can vodafone developer do for you(greece devday)
PDF
Fowa html5 apps
PPT
What do mobile network operators know about open source web apps
PPT
How vodafone developer is using web technology
PDF
VF 360 Shop Image Style Guide
PDF
Publishing your apps
PDF
JIL Publishing for Vodafone
PDF
Creating Compelling Graphics - by Genera
PDF
Creating a Great User Experience - by AccuWeather
Vodafone developer program mo mob 24aug2013
Vodafone developerlab
Vodafone application upload guidelines v1
Vodafone AppSelect Metadata Guidelines
Vodafone AppSelect Image Style Guide
Design for all goes mobile(over theair11)
Designing for privacy in mobile applications
What can vodafone developer do for you(mobile unconferencedusseldorf)
Development and distribution of applications in partnership with mts(russia)
Vodafone developer - how can i sell my android app
Vodafone developer how can i sell my android app
What can vodafone developer do for you(greece devday)
Fowa html5 apps
What do mobile network operators know about open source web apps
How vodafone developer is using web technology
VF 360 Shop Image Style Guide
Publishing your apps
JIL Publishing for Vodafone
Creating Compelling Graphics - by Genera
Creating a Great User Experience - by AccuWeather
Ad

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
KodekX | Application Modernization Development
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPT
Teaching material agriculture food technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Encapsulation_ Review paper, used for researhc scholars
20250228 LYD VKU AI Blended-Learning.pptx
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Electronic commerce courselecture one. Pdf
KodekX | Application Modernization Development
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
The AUB Centre for AI in Media Proposal.docx
The Rise and Fall of 3GPP – Time for a Sabbatical?
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MYSQL Presentation for SQL database connectivity
Teaching material agriculture food technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Encapsulation_ Review paper, used for researhc scholars

Nodejs vs php_apache

  • 1. NodeJS vs PHP & APACHE PHP & APACHE PHP & APACHE Radu Cojocaru
  • 2. NodeJS creator: Ryan Dahl server-side Javascript framework event-based programming nonblocking network I/O and asynchronous file I/O http://www.nodejs.org /
  • 3. PHP/NodeJS Script validate GET params fetch content from a URL (I/O) process that content (stripping HTML tags) read ~ 1000 keywords from the database (I/O) search the text for those keywords
  • 4. Test ApacheBench (Gnuplot) 1000 requests, with a concurrency of 50 PHP script behind Apache webserver NodeJS script with its own webserver
  • 6.  
  • 7. Conclusion small scripts (webservices, logging/analytics) with lots of concurrent connections lots of callbacks for multiple I/O operations