Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 3.14 KB

README.md

File metadata and controls

67 lines (56 loc) · 3.14 KB

A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject




BoonProject   •   License

  • usable with jdk 11 and above
  • usable via Jvm hotspot and java9
  • byte compression implemented
  • better framework
  • remove injection scopes / ipAddress check
  • better thread allocation
  • configurable delay timeout
    • in combination with keep a live delay
    • client timed out event call (Server - Client side)
    • custom timeout inspector
  • interception event implemented
  • custom event system implemented
  • custom packet system implemented
  • live ByteBuf allocator(none specific length) big thanks to boon

Implementation / Gradle

maven { url 'https://jitpack.io' }
implementation 'com.github.mintUI9976:Signal:Tag'

Learn about Signal