Popularity
1.5
Stable
Activity
0.0
Stable
9
6
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.
-
Udash
Scala framework for building beautiful and maintainable web applications.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
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