Command line chat client built with socket.io. ChatCLI.js is what your mom warned you about!
Make sure you have NodeJS installed.
Note that this CLI completely depends on a ChatCLI.js server, you will definitely need one, get the server from here
Open config.js, everything is mentioned there. Do the configurations, and then run node .
or npm start
in the directory and boom you are connected to the ChatCLI.js server, invite more users by sharing this client, connection URL, and the super secret password.
We have our own public ChatCLI.js server, the configurations for the server are, password: rootnottoor
and server URL: wss://chatcli-js.glitch.me/
To report bugs open an issue at issues page what else.