Skip to content

ahsanullah-8bit/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is just a basic Chat application made using Asio, as a practice project. Use it at your own risk. Because there's no security or anything at all.

Building

Prerequisites

You need CMake >= 3.8 and C++ compiler with C++23 support (or you can change the required standard, but at least C++20 is required for Asio's coroutines). Asio itself will be added as a submodule.

Build and run

Clone the repo using

git clone --recursive https://github.com/ahsanullah-8bit/Chat.git

and do

cd Chat
mkdir build
cd build

cmake -S .. -B .

and then whatever your Generator name is, mine is make

make

and you should've your binaries.

About

A Basic CLI-based Chat application using Asio-standalone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published