Skip to content

sk163/ice-1

 
 

Repository files navigation

Build Status

Internet Communications Engine (Ice)

Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. When using Ice, there is no need to worry about details such as opening network connections, serializing and deserializing data for network transmission, or retrying failed connection attempts (to name just a few of dozens of such low-level details).

You can find download instructions for the latest release of Ice here. Otherwise you can use this GitHub repository to build from source. See branches for more information.

Languages

Ice is available for the following programming languages:

  • C#
  • C++
  • Java
  • JavaScript
  • Objective-C
  • PHP
  • Python
  • Ruby

Platforms

Ice runs on a wide range of platforms:

  • Android
  • iOS (Ice Touch)
  • Linux
  • Node.js
  • OS X
  • Web Browser
  • Windows
  • WinRT

Features

  • Efficient, high-performance binary protocol
  • Supports a wide range of programming languages and platforms
  • Easy to use and type-safe API, with your own interfaces and types defined in a programming language neutral IDL, Slice
  • Supports secure, encrypted communications by taking advantage of your platform's native SSL/TLS stack
  • Familiar object-oriented programming model, with the ability to transmit proxies (references to remote objects) to remote applications
  • Supports synchronous and asynchronous calls, for both client-side invocations and server-side dispatches
  • Automatic discovery of remote objects through UDP multicast
  • Comes with a number of optional services:
    • IceGrid - the nerve-center of any large-scale application, with support for server deployment, replication, monitoring, load-balancing and more
    • IceStorm - a lightweight topic-based pub-sub service
    • Freeze - an embedded, transactional database for Ice datatypes
    • Glacier2 - a sysadmin-friendly solution for routing Ice communications through firewalls
    • IcePatch2 - an efficient software distribution and patching service

Branches

  • master Primary development branch

  • 3.4 Source distribution for Ice 3.4.2 plus various patches

  • 3.5 Source distribution for Ice 3.5.1 plus various patches

Copyright and License

Ice is a single-copyright project: all the source code in this ice repository is Copyright © ZeroC, Inc., with very few exceptions.

As copyright owner, ZeroC can license Ice under different license terms, and offers the following licenses for Ice:

  • GPL v2, a popular open-source license with strong copyleft conditions (the default license)
  • Commercial or closed-source licenses

If you license Ice under GPL v2, there is no license fee or signed license agreement: you just need to comply with the GPL v2 terms and conditions. See ICE_LICENSE and LICENSE for further information.

If you purchase a commercial or closed-source license for Ice, you must comply with the terms and conditions listed in the associated license agreement; the GPL v2 terms and conditions do not apply.

The Ice software itself remains the same: the only difference between an open-source Ice and a commercial Ice are the license terms.

Documentation

About

Comprehensive RPC framework with support for C++, .NET, Java, Python, JavaScript and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 37.5%
  • Java 19.0%
  • Makefile 15.6%
  • C# 13.0%
  • JavaScript 4.3%
  • Python 4.1%
  • Other 6.5%