Skip to content

Simple load balancer created in Kotlin as an exercise

Notifications You must be signed in to change notification settings

clash82/KotlinSimpleLoadBalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Load Balancer

To compile via command line:

kotlinc src/Main.kt -include-runtime -d main.jar
java -jar main.jar

To use in IntelliJ IDEA:

  1. Open KotlinSimpleLoadBalancer project in the IDE.
  2. To run, just hit run button on Main.kt file (or use ⌥⌃R shortcut (on Mac)

About

Simple load balancer created in Kotlin as an exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages