昨天看了Ice的介绍后,今天试用了一下Ice。
我按照Ice的手册试验了C#的HelloWorld和Python的HelloWorld。
感觉还可以,不过只是基于.NET平台的话,没有.NET Remoting开发方便的。
整个开发步骤就是:
1. Write a Slice definition and compile it.
2. Write a server and compile it.
3. Write a client and compile it.

我还试验了C#作Server,Python作Client 感觉很Cool。截图如下:
Ice 2.0 的Hello World

相关文章:

  • 2021-04-15
  • 2021-06-14
  • 2021-12-26
  • 2021-10-08
  • 2021-10-25
  • 2021-08-28
  • 2021-04-04
猜你喜欢
  • 2021-04-30
  • 2021-09-13
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案