ProkyoNet is a wrapper for Netty providing a simple and high performance API.
ProkyoNet is well documented in our Github wiki.
- TCP packets
- Compression
- UDP packets
- HTTP/1.1
- HTTP/2
- QUIC
- Encryption (PGP)
- Statistics
Build ProkyoNet
once so you have this dependency in your local maven repository and can then use it in your maven projects.
ProkyoServer
<dependency>
<groupId>de.prokyo.network</groupId>
<artifactId>prokyo-net-server</artifactId>
<version>0.1</version>
</dependency>
ProkyoClient
<dependency>
<groupId>de.prokyo.network</groupId>
<artifactId>prokyo-net-client</artifactId>
<version>0.1</version>
</dependency>
MIT License