hi hackers, i am looking for a *java* api based solution for websocket push functionality. clients will create websocket connections and server will push them messages periodically. as far as i understand it, i was planning to create an actor for each socket created, so that messages sent to this actor's address will be pushed through the websocket to the client. unfortunately, the only doc i found is this: WebsocketRoutingExample here <https://github.com/akka/akka/blob/akka-stream-and-http-experimental-2.0.2/akka-docs-dev/rst/java/code/docs/http/javadsl/server/WebsocketRoutingExample.java> , but it provides a simple request-response example and i'm still missing the way an actor can be bound to Flow or something like this.
i would really appreciate if you could point me to either an existing java example or to the set of apis that can help. thanks! -- >>>>>>>>>> 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.
