Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 480 Bytes

Realtime Chat App

Realtime cli based chat application for sharing text as well as files.

$ node chat.js
1. Start conversation.
2. Join conversation.
Enter choice : 

For joining a conversation enter the ip address of waiting user.

To send a message simply write something and press enter.

me  : hey there

> how are you

To send file.

> :file /home/directory/filename.extension

Message starting with ':' will be treated as special feature.