New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Jgroup/ARM is a replication framework that supports group methodinvocations, hides replication from the clients, and partitioning in distributed systems. In addition, the replication management facility supports autonomous replica deployment and recovery
Chisel is a semantic cache for Java. It speeds up database queries and remotemethod calls. It calculates which parts of a query can't be answered from the cache, and poses a smaller query (or queries) to obtain only those data from the source.
Dermi (Decentralized Event RemoteMethod Invocation) is a peer-to-peer (P2P), decentralized event-based object middleware framework built on top of a structured Distributed Hash Table based overlay network.
The project Mandala helps the development of concurrent and/or distributed applications. It is based on the asynchronous reference concept which provide asynchronous and potentially remotemethod invocation.
RMILite is an ultra-thin layer which sits on top of Java remotemethod invocation (RMI) protocol, allowing the user to export arbitrary objects without having to extend Remote, run rmic, or declare all methods to throw RemoteException
Java RemoteMethod Call provides a Framework for remotemethod invocation on Java objects which solves the limitations of Java RMI. It provides a way for bidirectional communication of object states, between Client and Server.