Java networking library providing an API similar to Node.js
Go to file
warp03 666fcec9dd
All checks were successful
omz-docs Javadoc generated successfully (121 warnings)
nio-common: NioTLSConnection: Fixed DTLS handshake
2025-01-05 18:51:58 +01:00
net-common socket: Use writeLock for writeQueue 2023-03-14 21:24:19 +01:00
nio-client nio: API changes 2023-01-03 14:36:29 +01:00
nio-common nio-common: NioTLSConnection: Fixed DTLS handshake 2025-01-05 18:51:58 +01:00
nio-server nio: API changes 2023-01-03 14:36:29 +01:00
.drone.yml drone: Include license in JARs 2022-06-06 17:26:23 +02:00
.gitignore Initial commit 2021-05-25 19:31:34 +02:00
.omz-docs.json docs: Updated javadoc link 2025-01-05 18:47:53 +01:00
LICENSE Initial commit 2021-05-25 19:31:34 +02:00
README.md Updated readme 2025-01-05 18:48:04 +01:00

omz-net-lib

Build Status Documentation Build Status Release

Java networking library providing an API similar to Node.js.

Prebuilt full JARs (v1.x): https://sw-ci.warpcs.org/build-artifacts/java/org.omegazero.net:omz-netlib
Prebuilt JARs (v2.x, NIO implementation): https://sw-ci.warpcs.org/build-artifacts/java/org.omegazero.net:omz-netlib-nio

Javadoc (v1.x): https://docs.warpcs.org/javadoc/omz-net-lib/
Javadoc (v2.x): https://docs.warpcs.org/javadoc/omz-net-lib-v2/

Important: All parts of this library require omz-java-lib.

Usage examples (v2.x): https://sw.warpcs.org/warp03/netlib-examples/