achhayapathak / termtalk

Npm package to securely chat with your friend through your CLI.
https://www.npmjs.com/package/termtalk
MIT License
1 stars 2 forks source link
chat chat-application chat-room cli-chat terminal-chat terminal-talk

Term Talk

A simple and secure CLI-based chat application built using Socket.IO.

Table of Contents

Overview

With this tool, you can set up a chat server on your local system, enabling connections with friends from anywhere. The system allows an unlimited number of users to join in the conversation. The chats are securely hosted on your own server, the messages are encrypted and automatically disposed of once the conversation concludes, ensuring utmost security for communications.

Installation

To install this package, you'll need Node.js installed on your system. Then install the package globally using npm:

npm install -g termtalk

Usage

After installing the package, you can start a chat server by running the following command:

tt-host

To join a chat server, you can run the following command:

tt-join

Features

Quick Start

Clone the repository:

git clone https://github.com/achhayapathak/termtalk.git

Install Dependencies:

cd ./termtalk
npm install

Start the chat server:

npm run host

Join a chat:

npm run join

Contributing

This project welcomes all constructive contributions. Here are couple of things you need to keep in mind before contributing:

Happy contributing!

Author

Achhaya Pathak

License

This project is licensed under the MIT License.