Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 321 Bytes

File metadata and controls

6 lines (5 loc) · 321 Bytes

Java-Multiplexed-Server

The aim of this project is to abstract the complexity of the multiplexed server architecture.

Furthermore, to gain high scalability the server has been implemented according to the Reactor Pattern. The java NIO library has been used for the non blocking IO capabilities.