Skip to content

strukfit/simple-direct-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Direct Chat

C++ Console client-server application for communicating with server-connected clients.

Dependencies

The project uses the following libraries and tools:

Installation

Before starting the installation, make sure you have the following components installed:

  • CMake
  • vcpkg
  • Boost C++ libraries

Installation Instructions

  1. Set the VCPKG_HOME PATH env. variable with the path to your vcpkg folder.

  2. Clone the repository:

git clone https://github.com/strukfit/simple-direct-chat.git
  1. Go to the project directory:
cd simple-direct-chat
  1. Create a build directory and go to it:
mkdir build
cd build
  1. Generate the build files using CMake:
cmake ..

Usage

To launch the server use command:

serverapp <port>

To launch the client use command:

clientapp <host> <port>

About

C++ Console client-server application for communicating with server-connected clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors