GameNetworkingSockets is a basic transport layer for games. A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number).
DyConnect is a cross-platform networking library for C++. Features include: synchronized variables for rapid development of networked games, multi-threaded TCP/IP, low-level UDP sockets, support for IPv4 and IPv6, and data compression.
XLattice is a communications infrastructure for server-assisted peer-to-peer networks.
Initial implementation is Java (and so platform-independent) with C/C++ for Linux and then Windows to follow.
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.
A cross platform, LGPL networking library that offers RPC and Object Replication using UDP and a protocol to most efficiently detect and recover from packet loss.
An open platform for publishing data in XML formats on a decentralized network using peer-to-peer technologies. The platform will allow the development of applications such as multi-user games and online forums without requiring servers.
MySXP Client: Is an ActiveX COM Microsoft Windows platform; The objective of this Component is to create a terminal service for a wide open server services as, IM, RPC for client app., RPC, DB terminal, Multiplayer Game client, WebCam, voIP Client.
The Torque Network Library is a robust, secure, easy to use cross-platform C++ networking API designed for high performance simulations and games. The network architecture in TNL has powered some of the best internet multiplayer action games to date.
OAS is an application server for building online, cross-platform, multiplayer/user game applications and provides developers with a framework for handling client/server communication, handling and executing application logic, and multiple client types.
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.
jMARS is a java implementation of the famous "Core Wars" application first described by A.K. Dewdney. Using eXtreme Programming combined with Java, EJB, and the Rich Client Platform it can be used as an educational tool to understand these technologies