Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 412 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 412 Bytes

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