This repo try to compare the I/O performanceofnodejs-expressandjava-springboot via wrk
- prerequisites
- install nodejs and pm2
- install dependencies
npm i pnpm -g
pnpm i
pnpm start
wrk wrk -t12 -c400 -d30s http://127.0.0.1:3000- prerequisites
- install java and IDEA
- install dependencies(automatic download in IDEA)
- run package by Maven to get jar file
java -jar target/demo-0.0.1-SNAPSHOT.jar
wrk wrk -t12 -c400 -d30s http://127.0.0.1:8080


