tyrian
Elm-inspired Scala UI library. (by PurpleKingdomGames)
scala-webapp-template
A pragmatic skeleton to build web applications in Scala/Scala.js, including user registration, login, admin portal, and, deployments (by wiringbits)
tyrian | scala-webapp-template | |
---|---|---|
24 | 18 | |
369 | 179 | |
1.9% | 0.0% | |
8.4 | 2.1 | |
8 days ago | 4 months ago | |
Scala | Scala | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tyrian
Posts with mentions or reviews of tyrian.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-29.
- Tyrian – The Elm Architecture for Scala.js
-
Learning Elm by porting a medium-sized web front end from React (2019)
If you want to try TEA, but not Elm I reccomend Scala.js with Tyrian[1]. Scala.js is a wonderful, mature project and Tyrian gives you the elm architecture in a very pragmatic way.
[1]: https://tyrian.indigoengine.io/
- At long last.. Tyrian (0.7.0) get's frontend routing!
-
Designing an HTML Component system
Have you looked at Laminar and Tyrian? Especially Tyrian seems to be close to what you're looking for.
-
What does the future look like?
What I wrote is obviously based on my experience as backend and data engineer. I'm so happy to see an adoption on the Frontend side (with things like Tyrian or OutWatch) and would be even happier if there was a clean path to Android. Out of curiosity, what do you find appealing in Scala, compared to e.g. Kotlin?
- Tyrian: Elm-inspired, purely functional UI library for Scala 3
- Tyrian 0.6.2 released
-
Released: Tyrian 0.6.0 & Indigo 0.14.0
Documentation can be found at https://indigoengine.io/ and https://tyrian.indigoengine.io/.
-
Monorepo: seeking for an advice for bi-lang project
Yes, I have. It didn't work out. There are quite neat libs like Tyrian, but they lack any ecosystem and I struggled to integrate it with pure JS libs - yet our app has a lot of very common components/widgets that we're really hesitating to write ourselves.
- Scala Multiplatform. Across the Universe
scala-webapp-template
Posts with mentions or reviews of scala-webapp-template.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-07.
-
What is scala's modern Web API framework?
I'm also working on improving our template to provide a better developer experience (https://github.com/wiringbits/scala-webapp-template/issues/307).
-
Screencast for creating a simple stream-powered background job processor in Scala
Ticket: https://github.com/wiringbits/scala-webapp-template/issues/294
-
Tooling: Vercel-like preview environments got into the Scala Webapp Template
After thinking for a bit, I got to the conclusion that Vercel's preview environments are not really hard to implement. Then, I put my hands into this and created an integration for one of our projects: https://github.com/wiringbits/scala-webapp-template/pull/299
-
Is there anyone here working as Scala Front end developer ?
You can also check out our template which uses Scala.js + Slinky + Mui.
-
Lightweight background job runner framework?
https://github.com/wiringbits/scala-webapp-template does something very similar with akka-stream but it is tied to send emails on the background, it seems that we can easily extend it to support arbitrary jobs (https://github.com/wiringbits/scala-webapp-template/issues/294). What is not so simple to do with such a schema is to distribute the jobs in many servers.
-
Scala hosting services with free tier
Given this, I wonder if you have ever worked with Ansible, if so, you could pick these playbooks to deploy to a ubuntu server, these playbooks are pretty generic for Scala apps, you will need to update the build/run script, everything else is already handled (like uploading the app to a server, creating users, registering a systemd service, etc).
-
How to get started with Play, Akka and Spark in real-world applications ;
Take a look at https://github.com/wiringbits/scala-webapp-template and https://github.com/playframework/play-samples
-
Hosting a scala play website?
Years ago, I wrote some ansible scripts so that ansible-playbook -i test-hosts.ini server.yml is enough to deploy the app (sample).
-
Experienced dev new to Scala looking for a quick answer to get me on the right track - Advice on *standard* Scala framework stack to quickly set up a web-app backend ;
Given that you aren't familiar with Scala, I'd suggest looking into Play Framework, if you want to start fast and play with a project, check this template, your js background could help you to update the frontend relatively quick.
-
Hosting Options for Scala CRUD App
I'd suggest to check this template which already has an skeleton for a CRUD app, including deployment scripts that can mount an environment in ubuntu servers.
What are some alternatives?
When comparing tyrian and scala-webapp-template you can also consider the following projects:
Laminar - Simple, expressive, and safe UI library for Scala.js
scala-graal - Make usage of Graal features easy and safe from Scala. Also features Scala-based React SSR.
scalajs-react - Facebook's React on Scala.JS
slinky - Write Scala.js React apps just like you would in ES6
Converter - Typescript to Scala.js converter
scalacss - Super type-safe CSS for Scala and Scala.JS.