Skip to content

ProkyoNet is a wrapper for Netty providing a simple and high performance API.

License

Notifications You must be signed in to change notification settings

Prokyo/ProkyoNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProkyoNet

Open Source Love codecov Codacy Badge CircleCI CircleCI

ProkyoNet is a wrapper for Netty providing a simple and high performance API.

Getting started

ProkyoNet is well documented in our Github wiki.

Features overview

  • TCP packets
  • Compression
  • UDP packets
  • HTTP/1.1
  • HTTP/2
  • QUIC
  • Encryption (PGP)
  • Statistics

Maven

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>

License

MIT Licence

MIT License

About

ProkyoNet is a wrapper for Netty providing a simple and high performance API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages