This is a peer-to-peer (P2P) text-based chat application built with Rust.
The primary goal of this project is to explore and understand the workings of NAT traversal with UDP (User Datagram Protocol).
Follow these steps to get started with the P2P TUI chat application:
-
Clone the Repository:
git clone https://github.com/nothenrin/tui-chat cd tui-chat
-
Build and Run:
cargo build cargo run
-
Usage:
- TODO: explain how to use the app
This project is licensed under the MIT License.