From 9c70d22f0e3d1788710ddc7c91234f0032b527ee Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Fri, 22 May 2026 13:58:52 -0500 Subject: [PATCH] Add java-ngrok to Networking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..3fc71e22 100644 --- a/README.md +++ b/README.md @@ -858,6 +858,7 @@ _Libraries for building network servers._ - [Dubbo](https://github.com/apache/dubbo) - High-performance RPC framework. - [Grizzly](https://javaee.github.io/grizzly/) - NIO framework. Used as a network layer in Glassfish. - [gRPC-java](https://github.com/grpc/grpc-java) - RPC framework based on protobuf and HTTP/2. +- [java-ngrok](https://github.com/alexdlaird/java-ngrok) - Java wrapper for ngrok; programmatic tunnels and webhook testing. - [KryoNet](https://github.com/EsotericSoftware/kryonet) - Provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO and Kryo. - [MINA](https://mina.apache.org) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. - [Netty](https://netty.io) - Framework for building high-performance network applications.