Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 367 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 367 Bytes

Akka Websocket Playground

The project was created to help understanding and solve issue described on stackoverflow.

Running

  1. Run WebSocketServer first sbt "runMain server.WebSocketServer"
  2. Run Transmitter (websocket client app) sbt "runMain client.Transmitter"