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
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.
MIT © I2rys