harishhub / terminal-chat

Anonymous Terminal Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-chat

Anonymous Terminal Chat

How to run :

Install Node.js and open a terminal and run the command "node chat.js"

How to chat :

Install Telnet

On mac : brew install telnet

On Ubuntu : apt-get install telnet

Run the command from a new terminal (Basically on the host machine in which the server is running) "telnet localhost 8000"

On the peer systems run the command "telnet <host system ip address(local network ip)> 8000" ex: "telnet 192.168.1.4 8000"

Then you start getting msgs what others are typing.

About

Anonymous Terminal Chat


Languages

Language:JavaScript 100.0%