Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (termtalk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 termtalkUsage
After installing the package, you can start a chat server by running the following command:
tt-hostTo join a chat server, you can run the following command:
tt-joinFeatures
- Secure chat through CLI
- Real-time communication using Socket.IO
- Easy to set up and use
- No limit on number of users
- Messages are encrypted
- Disposable conversation with no physical storage
Quick Start
Clone the repository:
git clone https://github.com/achhayapathak/termtalk.gitInstall Dependencies:
cd ./termtalk
npm installStart the chat server:
npm run hostJoin a chat:
npm run joinContributing
This project welcomes all constructive contributions. Here are couple of things you need to keep in mind before contributing:
- Please open an issue on Github if there isn't any already one before working on it.
- This project follows semantic versioning, please see https://semver.org/ before contributing.
- Update the version of the application in the package.json file everytime you make a commit following the semver standards.
- Please follow the standard commit message format that I am using, here is an example: v1.3.8 bug-fix: removed the provenance flag.
- It starts with the current version of the application and then mentions whether the update was a bug-fix, an enhancement or a feature and then you provide the description of the change. Add the issue number in the statement as well.
- Raise the PR to the dev branch instead of the main branch. Mention the issues number in the description of the PR.
Happy contributing!
Author
License
This project is licensed under the MIT License.