Coder Social home page Coder Social logo

redhog / python-symmetric-jsonrpc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niligulmohar/python-symmetric-jsonrpc

0.0 2.0 0.0 190 KB

A more beautiful JSON-RPC implemenation in python.

Home Page: http://redhog.org/python-symmetric-jsonrpc

License: GNU Lesser General Public License v2.1

Python 100.00%

python-symmetric-jsonrpc's Introduction

Python Symmetric JSON-RPC

"A more beautiful JSON-RPC implemenation in python."

A JSON-RPC (see http://json-rpc.org) implementation for Python, with the following features:

  • Symmetric - both the connecting and the listening process can send and receive method calls, there is no specific "server" or "client" process, and no difference between the two connection ends apart from who initiates the connection.

  • Asynchronous - calls can be interlieved with new calls initiated before a previous call has returned.

  • Thread-safe - calls to the remote side can be done from multiple threads without any locking.

  • Transport agnostic - can run on top of anything that resembles a socket the slightest (e.g. OpenSSL)

What this really drills down to is that this library implements the full specification of JSON-RPC over sockets, something no other implementation of JSON-RPC for Python does.

For usage details, look at the examples in the "examples" directory.

python-symmetric-jsonrpc's People

Contributors

niligulmohar avatar predakanga avatar

Watchers

James Cloos avatar  avatar

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.