How to connect a client-server written in different language?
for example I have a server written in GO and a client written in C# they are both using Tcp/IP.
is that even possible?
如何连接用不同语言编写的客户端-服务器
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- doumei9589 2016-06-08 14:03关注
is that even possible?
Sure and it's done on a regular basis when web clients written in C, C++, go, Python, Perl, C#, Ruby etc communicate with web servers written in C, C++, Javascript, Ruby... whatever. All they need is to agree on a common protocol to use on the "wire", like HTTP, HTTPS etc.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 用verilog实现tanh函数和softplus函数
- ¥15 求京东批量付款能替代天诚
- ¥15 slaris 系统断电后,重新开机后一直自动重启
- ¥15 51寻迹小车定点寻迹
- ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊
- ¥15 关于vue2中methods使用call修改this指向的问题
- ¥15 idea自动补全键位冲突
- ¥15 请教一下写代码,代码好难
- ¥15 iis10中如何阻止别人网站重定向到我的网站
- ¥15 滑块验证码移动速度不一致问题