A chat app in your local network
By npm :
npm install -g string-phone
// Or
sudo npm install -g string-phone
By yarn :
yarn global add string-phone
// Or
sudo yarn global add string-phone
Use as client :
string-phone-client <host> <port>
Use as server :
string-phone-server <host> <port>
host and port options are optional and their default values are 127.0.0.1 and 8080