Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.32 KB

star this repo fork this repo Codacy Badge GitHub license

TheScaleAdapter

The Scale Adapter is a library which is based on the Netty Project and is help to create easy network projects without much work.

Installation / Usage

  • Install Maven
  • Clone this repo
  • Instal: mvn clean test install

Maven dependencies

Library:

<dependency>
    <groupId>de.dragonlabs.scaleadapter.library</groupId>
    <artifactId>ScaleAdapter-Example</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Example

In the dictionary "Example" I write a simple Echo-Server to understand how to use this Library