Skip to content

A command line based chat app made entirely in Javascript using NodeJS

License

Notifications You must be signed in to change notification settings

aarush-paul/clackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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