Skip to content

JosiahBull/rust-p2p-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov Build Docs

P2P Chat Client

This is a simple demonstration of a peer to peer chat client, written entirely in rust utilising the libp2p library.

Demo

On two seperate computers connected to the same LAN, run:

git clone https://github.com/JosiahBull/rust-p2p-chat
cd rust-p2p-chat
cargo run

The peers should discover one another, and you can message between them. The last 32 messages of history are stored if one peer disconnects.

Test

cargo test

About

A fully p2p cli chat utility written in rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages