TCP 套接字上的双向 JSON-RPC Java 实现
Does anyone know if some Java implementation of the JSON-RPC protocol exists with bidirectional support (there is no Client/Server, both entities can send and receive the same messages).
I know it exists in Python: bjsonrpc
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来它不存在,所以我创建了一个,基于 JsonRpcBase: JJsonRpc
它不存在现在处理套接字连接非常好,但它对我来说工作得很好。
希望有帮助。
It looks like it didn't exist, so I created one, based on JsonRpcBase: JJsonRpc
It doesn't handle sockets connections very well right now, but it's working decently for me.
Hope it helps.
我前几天发现了这个,可能值得一看(我知道这已经过时了,但这都是为了提供信息)。
http://java-json-rpc.sourceforge.net/
I found this the other day, might be worth looking at (I know this is out of date, but its all for the informations).
http://java-json-rpc.sourceforge.net/