korolev-garcon


Лицензия

Лицензия

Группа

Группа

org.fomkin
Идентификатор

Идентификатор

korolev-garcon_2.12
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

korolev-garcon
korolev-garcon
Ссылка на сайт

Ссылка на сайт

https://github.com/fomkin/korolev
Организация-разработчик

Организация-разработчик

org.fomkin
Система контроля версий

Система контроля версий

https://github.com/fomkin/korolev

Скачать korolev-garcon_2.12

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.fomkin/korolev-garcon_2.12/ -->
<dependency>
    <groupId>org.fomkin</groupId>
    <artifactId>korolev-garcon_2.12</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fomkin/korolev-garcon_2.12/
implementation 'org.fomkin:korolev-garcon_2.12:0.3.0'
// https://jarcasting.com/artifacts/org.fomkin/korolev-garcon_2.12/
implementation ("org.fomkin:korolev-garcon_2.12:0.3.0")
'org.fomkin:korolev-garcon_2.12:jar:0.3.0'
<dependency org="org.fomkin" name="korolev-garcon_2.12" rev="0.3.0">
  <artifact name="korolev-garcon_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fomkin', module='korolev-garcon_2.12', version='0.3.0')
)
libraryDependencies += "org.fomkin" % "korolev-garcon_2.12" % "0.3.0"
[org.fomkin/korolev-garcon_2.12 "0.3.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.12.13
org.fomkin : korolev_2.12 jar 0.17.0

provided (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-compiler jar 2.12.13

test (4)

Идентификатор библиотеки Тип Версия
org.fomkin : korolev-cats_2.12 jar 0.17.0
org.specs2 : specs2-core_2.12 jar 4.6.0
com.github.julien-truffaut : monocle-macro_2.12 jar 2.0.0
org.typelevel : cats-effect_2.12 jar 2.0.0

Модули Проекта

Данный проект не имеет модулей.

Korolev

Build Status FOSSA Status Gitter Join the chat at https://telegram.me/korolev_io

Not long ago we have entered the era of single-page applications. Some people say that we no longer need a server. They say that JavaScript applications can connect to DBMS directly. Fat clients. We disagree with this. This project is an attempt to solve the problems of modern fat web.

Korolev runs a single-page application on the server side, keeping in the browser only a bridge to receive commands and send events. The page loads instantly and works fast, because it does a minimal amount of computation. It's important that Korolev provides a unified environment for full stack development. Client and server are now combined into a single app without any REST protocol or something else in the middle.

Why?

  • Lightning-fast page loading speed (~6kB of uncompressed JS)
  • Comparable to static HTML client-side RAM consumption
  • Indexable pages out of the box
  • Routing out of the box
  • Build extremely large app without increasing size of the page
  • No need to make CRUD REST service
  • Connect to infrastructure (DBMS, Message queue) directly from application

Examples

Documentation

Articles

Tools

License

FOSSA Status

Версии библиотеки

Версия
0.3.0