You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Http server is totally possible if you run for example on Node, haven't looked in details how much akka-http is tighten to Jvm.
In this moment unfortunately I have few time, so PR are welcome! :-)
Though I will not expect running a HTTP server on Scala.js, some data structures from akka-http like
Path
andUri
are useful in Scala.js .Another usage of akka-http.js is creating an in-memory mock server to handler fake HTTP requests (for testing purpose).
The text was updated successfully, but these errors were encountered: