JSON-RPC in Java

294 views
Skip to first unread message

André Borges Uhlrich

unread,
Sep 18, 2020, 5:58:07 PM9/18/20
to JSON-RPC
Hi all.
Whats the best way to provida a JSONPC server in java?
IS there any mature solution integrated with springboot?

THank you

welfor...@gmail.com

unread,
Oct 21, 2020, 8:29:14 AM10/21/20
to JSON-RPC
Since JSON-RPC is entirely JSON you can just use a JSON library such as org.json, check out https://www.baeldung.com/java-org-json, and build your system into a basic WebServer using the  HttpServer from the com.sun.net package  https://dzone.com/articles/simple-http-server-in-java
Reply all
Reply to author
Forward
0 new messages