Skip to content

Frannie-Ludmilla/AkkaStreamsIO-Tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkaStreamsIO-Tcp

This program just implements a simple File transfer from clients to a server.

It uses Akka Streams (2.4.3) via a Tcp connection.

The client creates its own Source via FileIO.fromFile while the server redirects its Tcp.incomingConnection to a Sink to save the file (FileIO.toFile) and sends back to the client the number of the transferred ByteStrings.

About

General schema for Server-Client communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published