Bidirectional JSON-RPC over TCP socket Java implementation
Asked Answered
W

2

8

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!

Weatherspoon answered 29/6, 2011 at 9:26 Comment(0)
W
2

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.

Weatherspoon answered 25/7, 2011 at 8:37 Comment(0)
D
0

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/

Diphenylamine answered 20/12, 2011 at 5:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.