Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 584 Bytes

File metadata and controls

22 lines (15 loc) · 584 Bytes

To Install Just Extract the zip file into a folder and navigate into project-folder.

After that open the Terminal into folder and install all the packages by using command npm i

To start server:

command: node serverjs

To start clients: node client

to send private message to server: command: .privatemess

to send private command to server: command: .privatecommand

Implemented:

  1. Private chat
  2. Private command
  3. ACK and NOACK for the linux command message
  4. detailed log on both server and client for each operation