clackr
v1.2.2
Published
A simple command line chat application.
Downloads
13
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 npm
Installation
Install Clackr with npm
npm i -g clackr
Create a room
clackr-host
Share the room url with others. To join a room run
clackr-join
and 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