Popularity
1.5
Stable
Activity
0.0
Stable
10
7
2
Programming language: Scala
License: GNU General Public License v3.0 or later
Tags:
Reactive Web Frameworks
Widok alternatives and similar packages
Based on the "Reactive Web Frameworks" category.
Alternatively, view Widok 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
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of Widok or a related project?
Popular Comparisons
README
Widok skeleton
Clone repository:
git clone [email protected]:widok/skeleton.git
cd skeleton
When deploying, set the following environment variable:
export DEPLOY=true
This enables optimisations and runs the server on port 80.
Compile assets:
sbt assets
Compile to JavaScript and start server:
sbt ~reStart