Skip to content
Jacek Spólnik edited this page May 20, 2018 · 4 revisions

Welcome to the JAlgoArena. These pages provide a brief introduction to JAlgoArena concepts and features.

JAlgoArena is licensed under the Apache License, Version 2.0.

Overview
Adding new agent

Overview

JAlgoArena is a programming contest platform which you may use to host your company or community competition. It is written in Kotlin, using Kafka for asynchronous propagation of submissions and results.

  • JAlgoArena is written in Kotlin and Node.JS - although thanks to Kafka it's not bounded to particular language and can be extended using any programming language.
  • It supports many languages for implementing solutions - e.g. Java, Kotlin, Ruby.

Adding new agent

Component Diagram

Clone this wiki locally