play-scala-chatroom-example
play-scala-chatroom-example copied to clipboard
Play chatroom with Scala API
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...
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.