An open API service indexing awesome lists of open source software.

https://github.com/zeroc-ice/ice-demos

Sample programs for Ice
https://github.com/zeroc-ice/ice-demos

demo ice rpc zeroc

Last synced: 5 months ago
JSON representation

Sample programs for Ice

Awesome Lists containing this project

README

          



[![CI](https://github.com/zeroc-ice/ice-demos/actions/workflows/ci.yml/badge.svg)][ci-home]
[![GPLv2](https://img.shields.io/github/license/zeroc-ice/ice-demos?color=red)][GPLv2]

# Ice demos

The ice-demos repository provides sample programs for [Ice](https://github.com/zeroc-ice/ice).

> [!IMPORTANT]
> Please use the branch that corresponds to the Ice version you are using:
>
> - [main](https://github.com/zeroc-ice/ice/tree/main) (Ice 3.9 Preview)
> - [3.8](https://github.com/zeroc-ice/ice-demos/tree/3.8)
> - [3.7](https://github.com/zeroc-ice/ice-demos/tree/3.7)
> - [3.6](https://github.com/zeroc-ice/ice-demos/tree/3.6)

## Layout

The sample programs are grouped by programming language:

- [C++](./cpp)
- [C#](./csharp)
- [Java](./java)
- [JavaScript](./js)
- [MATLAB](./matlab)
- [PHP](./php)
- [Python](./python)
- [Ruby](./ruby)
- [Swift](./swift)

[ci-home]: https://github.com/zeroc-ice/ice-demos/actions/workflows/ci.yml
[GPLv2]: LICENSE