twitter / finatra

Fast, testable, Scala services built on TwitterServer and Finagle
https://twitter.github.io/finatra/
Apache License 2.0
2.27k stars 408 forks source link

Is there some way to allow websocket in Finatra server #425

Closed tang90 closed 7 years ago

tang90 commented 7 years ago

I would like to achieve websocket through Finatra. Is there some way to do that? Thanks.

Expected behavior

The Finatra server can communicate with client through websocket

nepthar commented 7 years ago

Hi @tang90, there's not a current official recommendation here (and AFAIK, not on our roadmap to build), but we've got an unmaintained project, finagle-websockets, which might help out if you'd like to take a stab at getting something up and running!

Let us know if you plan on giving us a shot.

tang90 commented 7 years ago

Hi @nepthar , thank you for your reply. Now I use Finatra for our main server. And I use another server for websocket. If I need your help I'll let you know.