Skip to content

Instantly share code, notes, and snippets.

View fengqi2010's full-sized avatar
🤔

breeze fengqi2010

🤔
  • beijing
  • 18:51 (UTC +08:00)
View GitHub Profile
@fengqi2010
fengqi2010 / jsonrpc.py
Created July 10, 2025 13:50 — forked from gregorynicholas/jsonrpc.py
jsonrpc / python
#!/usr/bin/env python
# -*- coding: ascii -*-
#: see: https://github.com/dasmith/stanford-corenlp-python/blob/master/jsonrpc.py
"""
JSON-RPC (remote procedure call).
It consists of 3 (independent) parts:
- proxy/dispatcher
- data structure / serializer
- transport