The Bytecode Club - Reverse Engineering Forum
Vortex IO - Java NIO server - Printable Version

+- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136)
+--- Thread: Vortex IO - Java NIO server (/showthread.php?tid=46014)



Vortex IO - Java NIO server - Konloch - 03-04-2023

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.