-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Jacek Spólnik edited this page May 4, 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
Running locally
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.
- Running JAlgoArena locally (TODO)