slf4j


License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.fomkin
ArtifactId

ArtifactId

korolev-slf4j_2.13
Last Version

Last Version

0.15.2
Release Date

Release Date

Type

Type

jar
Description

Description

slf4j
slf4j
Project URL

Project URL

https://github.com/fomkin/korolev
Project Organization

Project Organization

com.github.fomkin
Source Code Management

Source Code Management

https://github.com/fomkin/korolev

Download korolev-slf4j_2.13

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.2
com.github.fomkin : korolev-effect_2.13 jar 0.15.2
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.0.8

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.15.2
0.15.1
0.15.0
0.15.0-RC2
0.15.0-RC1
0.15.0-M2
0.15.0-M1