vivekshah1801 / Python-RPC-Demo

Demonstrating Remote procedure calls over RPC using RpyC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python RPC Demo

Demonstrating Remote procedure calls over RPC using RpyC


Installation

On server

  • pip3 install -r requirements.txt
  • python3 server.py

On Client

  • pip3 install -r requirements.txt
  • python3 client.py

Screenshots

On the laptop

Screenshot of Host

On phone, using termux

Calling the procedure over PRC.

Screenshot of Client

About

Demonstrating Remote procedure calls over RPC using RpyC


Languages

Language:Python 100.0%