Skip to content

This system is constructed C with WinSock,

Notifications You must be signed in to change notification settings

beta1360/simple-chatting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chatting System

This system made at 2017 (in my network report).
Maybe, the source code of this system is very confuse...
However, the chatting system will offer basic features.

How to run

1. Server

$ ChattingProgramServer <port>

2. Client

$ ChattingProgramClient <server_ip> <server_port> <nickname>
  • But this system is executed only Window OS.
  • Becauese, it is based on WinSock.

Features

  1. Basic chatting
  2. Print user list (/l)
  3. Whisper (/h )

Demo Screenshot

1. Server Side



2. Client Side (3 users)