Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.32 KB

README.md

File metadata and controls

75 lines (47 loc) · 1.32 KB

clackr

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

App Screenshot App Screenshot App Screenshot

Deployment

To deploy this project run

  git clone https://github.com/aarush-paul/clackr
  cd clackr
  npm i clackr
  npm run host
  npm run join

Authors

License

Creative Commons Zero v1.0 Universal