play-scala-chatroom-example icon indicating copy to clipboard operation
play-scala-chatroom-example copied to clipboard

Play chatroom with Scala API

Results 2 play-scala-chatroom-example issues
Sort by recently updated
recently updated
newest added

Hello, I ran the chat room application and was able send and receive messages. I trying to save the messages that are sent in the chat room. I couldn't add...

status:backlog

There's an example of a chat client using cluster pubsub here https://github.com/typesafehub/activator-akka-clustering/blob/master/src/main/scala/chat/ChatClient.scala We should leverage the example, converting streams into actors using http://doc.akka.io/docs/akka/2.5.2/scala/stream/stream-integrations.html to demo chat existing across multiple machines.

status:backlog