DreamerChaserHAH / IPC_Python_Rust

IPC Experiment between Python and Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information about this repository

Unix Socket Stream

Unix Socket Stream is interprocess communication method which only works on Unix-based operating systems (Linux-distros and Macs). It basically works the same as a TCP Listener and TCP Client.

So about this repo

just a test of a Unix socket server in Python and Unix socket client in Rust and see what it can accomplish

Python

Python folder contains the python code

Rust

Rust folder contains the rust code

About

IPC Experiment between Python and Rust


Languages

Language:Python 74.0%Language:Rust 26.0%