The Scale Adapter is a library which is based on the Netty Project and is help to create easy network projects without much work.
- Install Maven
- Clone this repo
- Instal:
mvn clean test install
Library:
<dependency>
<groupId>de.dragonlabs.scaleadapter.library</groupId>
<artifactId>ScaleAdapter-Example</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
In the dictionary "Example" I write a simple Echo-Server to understand how to use this Library