jzystc / chatting-room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatting-room

Introduction

This is a terminal chatting room program including a client and a server. It is based on the c language socket library function and linux system functions.

How to run

  1. compile
  • gcc -o server.c server
  • gcc -o client.c client
  1. run server
  2. run client

About


Languages

Language:C 100.0%