Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port akka-http to Scala.js #55

Open
Atry opened this issue Oct 13, 2016 · 4 comments
Open

Port akka-http to Scala.js #55

Atry opened this issue Oct 13, 2016 · 4 comments

Comments

@Atry
Copy link

Atry commented Oct 13, 2016

Though I will not expect running a HTTP server on Scala.js, some data structures from akka-http like Path and Uri 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).

@andreaTP
Copy link
Member

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! :-)

@LogicalTime
Copy link

I agree, thought I am guessing it should be separate like Akka-Http is? I also long for those Uri and Path classes.

@andreaTP
Copy link
Member

I guess Uri and Path are easily portable...
Since here we target just akka core, yes Akka-http port should live in a separate repo I belive

@LogicalTime
Copy link

There is now Scala-uri library that is is cross built. They has taken most of the pressure off this issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants