Skip to content

duanebester/akka-ws-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Streams + WebSockets

Running

sbt ~reStart

Overview

When running the server, there will be a simple file upload input on localhost:8080. Uploading an image goes through several processing stages. We update the user on the stage of processing via a WebSocket. The WebSocket flow is built from a Sink.ignore and an actorRef that we preMaterialize()