资 源 简 介
sidl - Simple Interface Define Language is an inter-process communication framework over internet. It is easily to use.
write a .sidl file (just like android .aidl file), and generate code automatically by sidl tool.
code generated by sidl is also programming language independed and os independed , that means you can write a server in java, and invoke it from c#, c, cpp, objective c and java.
sidl supports blocking and non-blocking mode。
it is tested on linux android , ios, windows and macosx.