Skip to content
/ Chat Public

A server and client program that allows 2 people to chat with each other from separate computers on the same network

Notifications You must be signed in to change notification settings

jishnu1/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Get 2 Linux machines on the same network
  • Find IP address of first machine
  • On first machine, run server using command
    ./chat-server
  • On second machine, run client using command
    ./chat-client [IP ADDRESS OF FIRST MACHINE]

About

A server and client program that allows 2 people to chat with each other from separate computers on the same network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published