A peer-to-peer console chat client written in Javascript on Holepunch protocols
- Clone the repo
- Install the dependencies using
npm install
- Run
node chat.mjs -n <nickname> -r <topic>
to join a chatroom - To exit, press
esc
twice.
- Implement UI using
neo-blessed
- Handle peer exit
- Sort messages on reload