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.
-
Calico
Calico is a UI library for the Typelevel.js ecosystem. It leverages the abstractions provided by Cats Effect and FS2 to provide a fluent DSL for building web applications that are composable, reactive, and safe. If you enjoy working with Cats Effect and FS2 then I hope that you will like Calico as well.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of Korolev or a related project?
Popular Comparisons
README
Korolev
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
- Features
- Multiplayer match-three game build on Korolev
- Goldbricker - Encrypted ToDo List (coming at summer 2020)
Documentation
Articles
Tools
[comment]: <> ([](https://saucelabs.com/u/yelbota))
License
*Note that all licence references and agreements mentioned in the Korolev README section above
are relevant to that project's source code only.