开发者

Bidirectional JSON-RPC over TCP socket Java implementation

开发者 https://www.devze.com 2023-03-15 23:20 出处:网络
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).

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: b开发者_运维知识库jsonrpc

Thanks!


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.


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消