Skip to content

A socket based CLI application which has features like P2P chat and chat rooms with chat encryption and command runs on shell using chat only built using socket.io

Notifications You must be signed in to change notification settings

LunaticProgrammer/Socket-cli-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A socket based CLI application which has features like P2P chat and chat rooms with chat encryption and command runs on shell using chat only built using socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published