finagle-websocket icon indicating copy to clipboard operation
finagle-websocket copied to clipboard

Finagle Websocket clients and servers

Results 7 finagle-websocket issues
Sort by recently updated
recently updated
newest added

👋 I know this project has been dormant for awhile, but NovoLabs has a strong need for a `finagle-websocket`, and we would be willing to take on a good chunk...

I'm looking to work with Websockets in Finagle and ran across this project, but the repository listed in your readme doesn't seem to be active anymore. Is this project still...

Hello, After adding sbt dependencies (tried both % & %% ) I got: **sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets_2.11;6.8.1: not found** or (% case) **sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets;6.8.1: not found** I've added...

Started on a new examples sub-project which can be used to showcase how to use finagle-websocket and as a way to try out the new API. If this does not...

I'm making some experiments with finagle-websocket module. I would like the server to reply frames that it currently does not have, represented by Futures. The code above illustrates my question:...

https://github.com/netty/netty/tree/master/example/src/main/java/io/netty/example/http/websocketx

I am currently migrating a server from akka-http to Finagle. The only thing left to port is one WebSocket endpoint. Unfortunately, I couldn't manage to find a way to upgrade...