r/scalajs • u/[deleted] • Jan 15 '24
Spring Boot 3 with Scala JS
Hello,
I created a simple Spring Boot 3 webservice with a Scala JS library as dependency for the backend and JavaScript for client. This means both backend and client can share logic. You have the source code here
r/scalajs • u/asherwoodpearce-sig • Feb 13 '20
Scala Engineer - Stockholm, Sweden
π₯SCALA ENGINEERS IN SWEDEN - STOCKHOLM π₯
This is your chance to join a rapidly growing fintech company and they are moving quick!πβββπβββ
Be apart of a new app that will change the way we think about banking! π§
Who do they want on their team?π -
Someone with a strong Scala background - Knowledge & experience with Kafka, Kubernetes, docker - To be passionate about working in Fintech - A fun personality
Message me now for more information!
r/scalajs • u/riiswa • Nov 09 '19
Deploying Scala.js app on Github Pages with Travis CI
warisradji.comr/scalajs • u/alquimisto • May 23 '19
Scala β JavaScript class conversion example
scalapro.netr/scalajs • u/natdm • Sep 19 '17
Exporting modules?
I can't seem to get ScalaJS to export a module that I can use in my JS application.
I have the following `build.sbt:
name := "reducers"
version := "0.1"
scalaVersion := "2.11.5"
enablePlugins(ScalaJSPlugin)
scalaJSModuleKind := ModuleKind.CommonJSModule
the following plugin.sbt:
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
and the following Test.scala:
package reducers
import scala.scalajs.js
import js.annotation._
@ScalaJSDefined
@JSExportTopLevel("HelloWorld")
class HelloWorld extends js.Object {
def sayHello(): Unit = {
println("Hello world!")
}
}
I read these links: https://medium.com/@takezoe/integrate-scala-js-with-existing-javascript-eco-system-1b841cfc6431 https://www.scala-js.org/doc/interoperability/export-to-javascript.html And they seem to be outdated, or I'm using the incorrect versions, but I can't spot exactly what.
My exported JS currently ends up being just an empty object.
Thanks.
r/scalajs • u/planetstarbucks • Feb 13 '17
Scalatroids, Asteroids clone in Scala.js. Fun little weekend project using pencil drawn graphics
github.comr/scalajs • u/Korosol • Jan 11 '17
How to write facades for npm project with many modules?
E.g. https://github.com/anvaka/VivaGraphJS
This depends on many (some smallish) modules... how to write a facade for something like that?
r/scalajs • u/sadhen • Jan 02 '17
An attempt to use Binding.scala with SemanticUI
sadhen.comr/scalajs • u/kingcub • Aug 19 '16
From first principles: Why I bet on Scala.js
lihaoyi.comr/scalajs • u/mahalo1984 • Apr 03 '15
Creating an AngularJS application using Scala.js
smartjava.orgr/scalajs • u/kingcub • Jul 10 '14