Git Product home page Git Product logo

simple-json-rpc's Introduction

Simple JSON-RPC Build Status Coverage Status Maven Central

A library for a simple integration of the JSON-RPC 2.0 protocol to a Java application.

The motivation of this library is to provide a simple, fast and reliable way to integrate the JSON-RPC 2.0 protocol into your application at the server or client side. For that you need to configure either JsonRpcClient or JsonRpcServer and implement transport code - the library takes care for the rest. No manual JSON transformation, reflection code, error handling - just a service interface with annotations. Even this is not a requriement - there is a fluent API at the client side if you like DSL builders. The library is a full-compilant JSON-RPC 2.0 protocol implementation, so it should handle all kind of JSON-RPC requests (correct or mailformed). It doesn't depend on any transport protocol, an application server, or a DI library.

The library has a few dependencies:

  • Jackson, which is great for JSON parsing and databinding;
  • Guava, which is great for caching and optional values (needed only for server)
  • SL4J, which is the standard for logging (needed only for server)
  • IntelliJ Annotation, which is great for providing compiler-time null checks.

Submodules

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.