-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Akka HTTP Adapter #72
Comments
I am currently work on a solution with an example. |
@jona7o that would be awesome! |
I have finished the rest part and started with the ws part. |
* Add akka-http adapter * Add akka-http rest sample * Remove ws related stuff * Cleanup akkahttp dependencies * Move http4s Example * Reuse example data from package * Update CI and compile new akkahttp module * Make function private * Rename * Fix Example Apps
I'd like to volunteer to pursue this for approximately the period of 1/2 of February. |
Add a new module similar to
caliban-http4s
namedcaliban-akka-http
that exposes a REST and a WebSocket API for a given GraphQL interpreter.If there is common code between the http4s and the akka one, it should be factored out.
I haven't used Akka in a while, so external contributors are welcome to pick this one up!
EDIT: HTTP is done, only WebSocket is missing
The text was updated successfully, but these errors were encountered: