Skip to content

Purely functional lightweight general purpose TCP server based on ZIO and NIO2

Notifications You must be signed in to change notification settings

heaven-born/Zio-Nio-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zio-Nio-Server

Purely functional lightweight general purpose TCP server based on ZIO and NIO2 + MtProto-specific server handling 'req_pq' and 'req_DH_params' requests.

Structure

ZioNioTcpServer - general purpose TCP server. I created it in order to abstract from network-specific logic.

MtProtoTcpServer - server for handling 'req_pq' and 'req_DH_params' requests. Based on ZioNioTcpServer.

DemoClient - just a sandbox for deomonstrating the flow.

About

Purely functional lightweight general purpose TCP server based on ZIO and NIO2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages