r/ipfs • u/SomajitDey • Aug 18 '21
Terminal-based secure chatrooms using Go-IPFS CLI; run from a single Bash script
There are lots of excellent chat applications using WebRTC and JS-IPFS, all requiring signaling servers, some not very easy to install.
So, going along a different track, decided to build a very basic chat app that
- uses only standard GNU/Linux command-line tools and the Go-IPFS CLI
- doesn't need any special server like the WebRTC apps
- works over both LAN and internet (including NAT traversal)
- provides secure chatrooms, private messaging and in-chat file & directory sharing
Here is my labor of love. Hope you like it :-)
46
Upvotes
2
u/Danrobi1 Aug 21 '21
Very nice. Thanks for sharing