Skip to content

Latest commit

 

History

History

Named_Pipe_Client_Server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Named Pipe Client / Server 🦀

Overview

This Named Pipe server and client project is a solution for communication between processes. This project aims to facilitate the exchange of data between processes in a secure and efficient way, using Named Pipes to create dedicated communication channels.

Usage

To run the server use:

cargo run --bin pipe_server

To run the client use:

cargo run --bin pipe_client