Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vortex IO - Pure Java high performance NIO server
#1
About: Vortex IO is an easy-to-use zero dependency low-level non-blocking socket server API for Java.
License: MIT License
Source: https://konloch.com/Vortex-IO/
Download Jar: https://konloch.com/Vortex-IO/releases/
Add as maven dependency:
Code:
<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>Socket-Server</artifactId>
  <version>0.9.4</version>
</dependency>

Echo Server Example
Click here for an echo server example.

This is currently still in development.
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website