A GraphQL over Websocket Stream-based Transport Layer on Akka.
Latest Version: 1.0.3
"io.github.d-exclaimation" %% "over-layer" % latestVersion
In the GraphQL world, we have the concept of a "subscription" which is a request from the client to subscribe a stream of data that is sent from the server. This is usually done using websocket with a additional subprotocol.
This package is a websocket transport layer for managing, encoding, and decoding Sangria stream based operations into the proper sub-protocol format using Akka Actors.
If you have any feedback, feel free to reach out through the issues tab or through my Twitter @d_exclaimation.