Skip to content

Releases: Limerio/loadbalancer

v0.0.2

31 Mar 21:09

Choose a tag to compare

Tasks

  • Add cli configuration
  • Use -p or --port to customize the port of the server (default: 8000)
  • Use --servers to add servers for load balancing
  • Create small script to create fake servers

Information

the creation is only for my personal knowledge to understand rust and there ecosystem like the tokio runtime is better to use pingora loadbalancer for production service

v0.0.1

31 Mar 17:36
a24ddd1

Choose a tag to compare

Tasks

  • Install tokio runtime
  • Create a tcp server to accept request
  • Create a Loadbalancer implementation
  • Create bidirectional connection with tokio io

Information

the creation is only for my personal knowledge to understand rust and there ecosystem like the tokio runtime is better to use pingora loadbalancer for production service