Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Sample programs for Ice
- Host: GitHub
- URL: https://github.com/zeroc-ice/ice-demos
- Owner: zeroc-ice
- License: gpl-2.0
- Created: 2015-02-24T16:09:41.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:02:07.000Z (7 months ago)
- Last Synced: 2024-05-21T18:48:48.301Z (7 months ago)
- Topics: demo, ice, rpc, zeroc
- Language: C++
- Homepage: https://zeroc.com
- Size: 26.3 MB
- Stars: 321
- Watchers: 46
- Forks: 220
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Join the chat at https://gitter.im/zeroc-ice/ice](https://badges.gitter.im/zeroc-ice/ice.svg)][gitter]
[![GPLv2](https://img.shields.io/github/license/zeroc-ice/ice?color=red)][GPLv2]# Ice demos
The ice-demos repository provides sample programs for [Ice](https://github.com/zeroc-ice/ice).
## Layout
The sample programs are grouped by Slice language mapping:
- [C++](./cpp)
- [C#](./csharp)
- [Java](./java)
- [JavaScript](./js)
- [MATLAB](./matlab)
- [PHP](./php)
- [Python](./python)
- [Ruby](./ruby)
- [Swift](./swift)For example, the [cpp](./cpp) folder contains all the sample programs written
in C++ that demonstrate the Slice to C++ language mapping.The [certs](./certs) folder contains X.509 certificates shared by some of these
sample programs.[gitter]: https://gitter.im/zeroc-ice/ice?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[GPLv2]: https://github.com/zeroc-ice/ice/blob/3.7/LICENSE