clackr
v1.2.2
Published
A simple command line chat application.
Maintainers
Readme

Clackr
A command line based chat app made entirely in Javascript using NodeJS.
Prerequisite
nodejs and npm must be installed. To install, run the following command.
apt-get install nodejs
apt-get install npmInstallation
Install Clackr with npm
npm i -g clackrCreate a room
clackr-hostShare the room url with others. To join a room run
clackr-joinand enter your name and url.
Features
- Infinite Rooms can be created
- No limit on number of users
- Collects zero data
- Extremely secure
- Chats are never stored, and are deleted once room is destroyed.
Screenshots

Deployment
To deploy this project run
npm i clackr
npm run host
npm run join