/akka-chat

Simple chat server using Akka and Scala

Primary LanguageScala

akka-chat

A simple chat server using Akka and Scala.

1. First Version Commit

  • actor ChatServer: Join and Leave the chat group, Broadcast an incoming message to all current chat members
  • actor ChatClient: Join the chat group, Broadcast a first intro message
  • ChatApp: first running App with three ChatClients