Skip to content

Instantly share code, notes, and snippets.

View fengqi2010's full-sized avatar
🤔

FengQi Wang fengqi2010

🤔
  • beijing
  • 11:29 (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