Chat provides a straightforward tcp chat communication cli in local host.
Linux operating system
Standard TCP/IP libraries (arpa/inet.h
)
Clone the repository and install the executable using the following commands:
git clone https://github.com/x3ric/chat cd chat sudo make install
Once installed, you can run following command:
chat # start chat server or connect locally if already running
Expand Chat's capabilities beyond the local host through various methods:
Configure port forwarding for the server's port. The server provides the exact command to connect via port forwarding.
Services like :
Haguichi: Manage Hamachi VPN connections on Linux.
Ngrok: Create secure tunnels to localhost for temporary access and testing.
ZeroTier: Easily manage virtual networks and establish secure connections.