Hello -

I like using Akka Http in my actor systems because it is lightweight.  I 
use it for normal Rest/Json requests/responses for CRUD operations, however 
I now also have a need for websockets.

I can use the Akka Http Websockets as described in the documentation, but 
it looks like it requires that the clients are stream-capable clients.. and 
that will not always be true in my environment as I don't control that 
side.  Any pointers, hints or examples on how to overcome this using Akka 
Http?  Did I misread the documentation?

There is the Activator example using Play called Reactive-Maps using a 
websocket, but that means changing my app into a Play,sbt environment which 
seems an overkill.

Thanks in advance,
-henning

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to