No description
Find a file
2021-07-05 15:10:56 +02:00
src Update lib.rs 2021-07-05 15:10:56 +02:00
.gitignore yes. 2021-03-30 16:55:16 +02:00
Cargo.lock 2 streams but pure chaos 2021-03-29 10:54:14 +02:00
Cargo.toml rewrite 2021-03-30 21:53:45 +02:00
README.md Update README.md 2021-05-11 14:57:46 +02:00

terminal-chat

Peer-to-peer DM Terminal chat

How to use it

Just start the program, then either (l)isten or (c)onnect, one person has to listen and then the other one has to connect to it.
The port is always 8080 for now, and the listeners ip address is shown for the listener, so it can easily be seen.
Then just write and the messages of the other person are shown in your terminal!

Debugging

If it doesn't work, make sure that you connected to the correct ip address and port, and make sure that your firewall allows connections on port 8080 for this program.
If it still doesn't work open an issue.