Hi Anton,

On Sun, Apr 26, 2015 at 9:31 PM, Anton Kulaga <[email protected]> wrote:
> What about Websockets, as I understood they are supported in RC-1 but is
> there anything in documentation that explains how to use them in akka-http?

Server-side websocket support is included in RC1 but not yet
documented. An example usage of the low-level API can be seen here:

https://github.com/akka/akka/blob/release-2.3-dev/akka-http-core/src/test/scala/akka/http/scaladsl/TestServer.scala

In the high-level part a new directive `handleWebsocketMessages` is
now available, see

https://github.com/akka/akka/blob/release-2.3-dev/akka-http-scala/src/main/scala/akka/http/scaladsl/server/directives/WebsocketDirectives.scala

We'll add proper documentation asap.

Johannes

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to