Skip to content

w1setown/tcp_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcp_chat

Simple TCP chat application in C (Linux only).

Usage

  1. Build:
    make
  2. Start the server:
    ./server
  3. Start a client (in another terminal):
    ./client

Clients can send messages to each other through the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published