Skip to content

Commit

Permalink
Update README.md (#12)
Browse files Browse the repository at this point in the history
Just as an example of readme in English
  • Loading branch information
payurgin authored Dec 12, 2022
1 parent 490af4e commit 52b3a8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[[ Документация ]](https://tinkoff.github.io/kora/)

# Kora framework

kora это фреймворк нацеленный на оптимизацию используемых ресурсов путём уменьшения абстракций над "железом".
При этом kora стремится предоставить достаточно высокоуровневые декларативные API для разработчиков, которые на этапе компиляции преобразуются в оптимальный код для исполнения.
Kora is a jvm-based framework for building backend apps. It aims to be the solution for writing highly scalable and performant web applications using idiomatic java and kotlin with minimal amount of a boilerplate code.

Check out the full documentation here: [Documentation](https://tinkoff.github.io/kora/)

## Name origin

Kora (Kore) aka Persephone - ancient greek goddess of Spring

## Подключение
## Installation

```groovy
implementation platform("ru.tinkoff.kora:kora-parent:$koraVersion")
Expand Down

0 comments on commit 52b3a8f

Please sign in to comment.