Popularity
6.5
Declining
Activity
0.0
-
582
21
50

Programming language: Scala
License: Apache License 2.0
Latest version: v0.16.2

Korolev alternatives and similar packages

Based on the "Reactive Web Frameworks" category.
Alternatively, view Korolev alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Korolev or a related project?

Add another 'Reactive Web Frameworks' Package

README

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

[comment]: <> ([![Browser support results](https://fomkin.org/korolev/browser-support.svg&#41;]&#40;https://saucelabs.com/u/yelbota&#41;)

License

FOSSA Status


*Note that all licence references and agreements mentioned in the Korolev README section above are relevant to that project's source code only.