Skip to content

darwin808/rust-vs-go-server-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Actix(Rust) vs Fiber(Go) vs Express(Nodejs) 2023

Actix(Rust) API 🦀

  • Start server
cd actix-api
cargo run
  • Load test
wrk -c 10000 -d 60 -t 4 http://localhost:4000
  • Result

image

Fiber(Go) API

  • Start server
cd fiber-api
go run main.go
  • Load test
wrk -c 10000 -d 60 -t 4 http://localhost:3000
  • Result

image

Express(NodeJs) API

  • Start server
cd node-api
node src/index.js
  • Load test
wrk -c 10000 -d 60 -t 4 http://localhost:2000

-Result

image

About

Rust vs Go webserver 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published