Skip to content

A simple and easy library to create network project which is based on Netty (https://netty.io/) and implemented a PubSub system

License

Notifications You must be signed in to change notification settings

Dragon-Labs/TheScaleAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple and easy library to create network project which is based on Netty (https://netty.io/) and implemented a PubSub system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages