Skip to content

gonboy/ChatServer

 
 

Repository files navigation

Simple Chat

A simple chat server build in C.

How to use it :

Compile It!

  1. you must have the GNU C/C++ Compiler.

  2. you must have the POSIX thread library (because this program using thread to work).

  3. compile the main.c file using this command below on your UNIX Operating System's terminal.

    gcc main.c -o [object's name] -lpthread

Run It!
just run the command line below

./[object's name]

Done!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%