clash82 / KotlinSimpleLoadBalancer

Simple load balancer created in Kotlin as an exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Kotlin 100.0%