Pushing data from akka actor to websockets in Scala
17 views
Skip to first unread message
Mahesh Venugopal
unread,
Mar 17, 2020, 5:14:44 AM3/17/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Akka User List
I want to be able to send real time updates from server to client via websockets using akka streams in Scala. I am really struggling to find some documentation/code that can help me in achieving the goal. There aren't resources that I went through that specify how we can push data from actor to websockets. Please help by posting some code explaining how we can push data received by an actor to a websocket.