The Bytecode Club

Full Version: Vortex IO - Pure Java high performance NIO server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.