Skip to content

I2rys/NodeChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeChat

NodeJS CLI Chatting

Installation

Github:

git clone https://github.com/I2rys/NodeChat

NPM Packages:

npm i check-password-strength && npm i express-param && npm i localtunnel && npm i express && npm i chalk && npm i request && npm i readline

Usage

Server:

node index.js <server_password>
  • server_password - The password of the server that is needed when someone wants to connect to the server.

Client:

node client.js <username> <server_password> <server_link>
  • username - Your username when connecting to the server.
  • server_password - The password of the server that the hoster used.
  • server_link - The link of the server to connect to the server.

License

MIT © I2rys