panjf2000 / gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
https://gnet.host
Apache License 2.0
9.69k stars 1.04k forks source link

[Question]: Communicate with netty #631

Closed 879611427 closed 3 months ago

879611427 commented 3 months ago

Actions I've taken before I'm here

Questions with details

业务场景:以前是服务端、客户端都采用spring boot+netty,现在客户端要转go,服务端不变,gnet可以实现与netty的互通吗?

Code snippets (optional)

No response

panjf2000 commented 3 months ago

只要都是基于 TCP/UDP,那就肯定可以通信,和对端使用哪个框架没关系。

gh-translator commented 3 months ago

🤖 Non-English text detected, translating...


As long as they are all based on TCP/UDP, communication will definitely be possible, regardless of which framework the peer uses.