Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Framework for manipulating Connections: The API mean purpose is provide a unified API through Adaptersto easily incorporate a third-party library into existing application. Also provide an efficient NIO based implementation supporting UDP and TLS
A framework for doing asynchronous socket communications - useful for connecting to a large number of hosts in parallel from a single thread. Builds on top of Java NIO library and hides all socket, buffer details.
Pyxida provides distributed applications with network coordinates, a simple method to predict latencies between hosts in a network. AsyncJ is a general-purpose asynchronous NIO library designed for efficient distributed programming without threads.
An abstraction on top of nio with security. It hides many nio bugs. It is a much easier api to use then the nio api. It also has threadpooling, and packetizing.
Small simple but complete java NIO server that is free for anyone to use for anything. At the moment, it only deals with sending and receiving strings, and isn’t optimized - but its easy to understand and adapt to your needs.
Gamio is an Open-Source Java framework used for easy development of high concurrent, high efficient, high scalable and robust TCP/IP server by leveraging Java NIO.
Jerklib is a NIO based , event driven IRC library for Java. JerkLib can be used for a bot or an IRC client. Very flexable and easy to extend. Be sure to checkout the wiki for docs. http://jerklib.wikia.com
Open Legacy Storage Document: Generic Document Archiving on Disk and Network(using MINA) Framework in Java for huge number of docs(up to 2^192 documents), efficient(Java NIO), crypto, net transfert, web retrieve, J2EE and eMail archiving compatible.
SMUT NIO is Scalable Multi User Technology based on Java NIO. This technology abstracts the client server communication and allows the user to create multi user applications concentrating on business logic rather than server communications.
A threaded java MUD server with persistence in MySQL using sprocs. Uses command pattern and reflection for command parsing. NIO for networking. Excellent code comments. Map command uses visited rooms. Plans for configurable attack profiles per enemy.
MinioHttpd (Mini-Nio HTTP Server) is a very simple but highly scalable web server with Java NIO implementation. It is suitable for embedding to other application.
A high-performance, multi-stage, event-driven networking framework written entirely in Java using NIO. It is designed to abstract most (if not all) of the networking complexities so that beginner or expert, you can concentrate on what really counts... yo
A Java framework for networked group experiments using WebWork, Spring, Hibernate, Swing, Java NIO. See http://groups.psych.indiana.edu for more information. Similar development efforts are continuing at the Virtual Commons - http://commons.asu.edu
Server and Client XML exchange via reflection. AJAX,PHP,JAVA and PERL reflection helper classes. Full NIO server for JAVA and RMI service. Basically create a PlugIN and let reflection do the work for you.
Xcesium-Viwow is a generic server infrastructure for java aims at providing high-performance and high-customizability. Using tech like NIO, SEDA, OSGI and JMX.
The JProactor is a high performance communication toolkit that facilitates development of networking applications using asynchronous programming model. The Jproactor utilises Java NIO (new IO) api and JSSE (Java SSL Engine), and supports multiple communi
Java 5.o based NIO framework, intended to completely seperate logic from IO stuff. JBaobab provides event-driven approach to nio socket, and will provide same functionality to ssl socket and udp socket.
async-j is an architecture for building long-running, high-performance network servers in java. Based on javas nio library, yet shields the nios bugs and complexities. Using object-oriented design for extendibility and low dev & maintenance costs.
A Java 1.4 based NIO socket framework. This hides the (dirty) details of non-blocking IO from developers, allowing them to EASILY build a highly scalable application, which can handle over 10000 incoming and outgoing sockets using only one thread.