DOWNLOAD NOW
A chat app from your terminal!
Chat securely, anonymously, globally or in private rooms.
Data sent and received from the server is encrypted!
/name=jhon: set your name (not compulsory)/expose=0|1: expose your name, can be found using id (0-false, 1-true)/whois=user_id: find username using id (if exposed)/online=id|name: get list of all active ids or names (if hidden, name will not appear, but id can)/me=: see your data/help=: see this list
/create={max_members}/{show_type(id|name)}: create aname or id typeprivate room (explained below)./join=room_id: join a room/leave=: leave a room/kick=user_id: kick a user (only for host)
For your confidential messages, create private rooms.
Cmd for creating one: /create={max_members}/{show_type(id|name)}
eg. /create=5/name
If show_type=id, members can join your room without setting a proper name, or can even hide there names (/expose=0).

If show_type=name, members will have to set their name using /name, otherwise they can't join.
Even if they are hidden globally, their names still will be visible in your room when sending msg or in the /online=name list.

- Install the client:
git clone https://github.com/spuckhafte/curl-chat-client
cd curl-chat-client
npm i
- Run with the latest server
cd ~/curl-chat-client
node index.js https://8aif3k-ip-103-27-164-66.tunnelmole.net