A fun terminal-based chat app using Node.js and Socket.io.
- Clone this repo,
cd
into it, and runnpm i
- In one terminal window, run
npm run server
- In another window(s), run
npm run client <username>
. If you want to specify your own username, otherwise, the server will assign you a guest username.
- Chat away! And have fun! 🥳
Note: since the server is localhost
on this project, it only works locally. If you want, you could use a ngrok
server to make this game playable across different networks.