sttp
sttp copied to clipboard
How to integrate scalajs + sttp + ox
Hi, my goal is to create an extension of the example Ox websocket with scalajs to do a chat, I saw a good example here but when I use ox from my frontend/scalajs module ( "com.softwaremill.sttp.client4" %%% "ox" % "4.0.0-M17" ) there isn't a library for scala js calls, I think I am little bit lost in this scala universe, I assume this is not possible because is not implemented yet but I would like to ask here to see if I am right or thiere is an alternative.
Thank you in advance.