This is a peer-to-peer chat software

  • use the follow instruction to build it
git clone --recurse-submodules https://github.com/54108/Atom.git
mkdir build && cd build
cmake ..
make
  • use the follow instruction to run it
./atom

now it is linux only and just have main window.

Description
A peer-to-peer chat software
Readme 2.1 MiB
Languages
C++ 95.7%
CMake 4.3%