Skip to content

Strauteka/express-performance-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express performance comparison

Simple node http GET(src/node.js) vs express GET(src/express.js). Performance drop observed.

  • INSTALL:
    • apt-get install apache2-utils
    • npm install
  • RUN:
    • GET
      • npm run node
      • npm run express
    • POST
      • npm run node-post
      • npm run express-post
  • TEST
    • GET ab -n 10000 -c 10 -T 'application/json' http://localhost:8080/temp/test/
    • POST ab -k -n 10000 -c 10 -T 'application/json' -p ./post.json http://localhost:8080/temp/test

About

Example of express performance drop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published