RemObjects SDK™ is the award-winning cross-platform remoting framework that makes it easy to build modern applications that communicate and exchange data across the network. What is Remoting? In today's world, communication is an essential part of almost every application - whether it's a simple check for available updates or news, data synchronization between devices or more involved interaction with "cloud-based" services, social networks or other resources on the Internet or the company LAN. Traditionally, remoting (or network communication in general) has been a tricky subject, requiring detailed expertise from the developer and often relying on verbose and inefficient protocols, such as Web Service's SOAP. RemObjects SDK makes remoting easy, even enjoyable, by allowing developers to create and access these "remote services" just as they would local classes. Application writers can concentrate on their core task - implementing and consuming the services they need, while RemObjects SDK takes care of the entire infrastructure needed to bring clients and servers together. RemObjects SDK provides highly optimized communication choices, such as our own BinMessage format, that was designed from the ground up to minimize network traffic and message parsing overhead (contrary to, say, SOAP), or the SuperTCP and SuperHTTP channels, which provide very efficient network communication and push notifications from servers to clients. |