Skip to content

k9exp/http-framework-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Need

Languages

  • GoLang
  • Rust
  • NodeJS
  • Pnpm

Tools to benchmark

  • Apache Bench (ab)

Install Dependencies & Run App

For NodeJS

In express and fastify folders do

pnpm install

To run them

node index.js

Express app will listen on :3000, fastify will listen on :4000

For Go

No need to do anything (no 3rd pary lib/pkg)

To run

go run main.go

Go will listen on port :5000

For Rust

In rust folder do

cargo fetch

To run

cargo build --release

./target/release/rust

Rust will listen on port :6000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors