not working: attempt to stream in websocket

added Vite proxy, tested with websocat, with direct js websocket.
the error seems to be Laminex related
This commit is contained in:
efim
2023-04-23 21:18:24 +04:00
parent 329dc6e8b2
commit 5ac864f15e
5 changed files with 91 additions and 17 deletions

View File

@@ -32,11 +32,12 @@ lazy val frontend = project
*/
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0",
libraryDependencies += "com.raquo" %%% "laminar" % "15.0.1",
libraryDependencies += "io.laminext" %%% "websocket" % "0.15.0"
libraryDependencies += "io.laminext" %%% "websocket-circe" % "0.15.0",
libraryDependencies += "io.laminext" %%% "fetch" % "0.15.0"
)
.dependsOn(common.js)
val circeVersion = "0.14.1"
val circeVersion = "0.14.5"
val http4sVersion = "1.0.0-M39"
lazy val backend = project