Skip to content

usermicrodevices/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat

simple C++ multiprocess web socket chat service

Overview

run as master process with fork configured number childs

requirements

ASIO (asio github) SQlite spdlog nlohmann/json

Build System

  • CMake 3.21+: now only testing on linux
./build.sh

running

cd build && ./chat

open another console and run test.sh

./test.sh

on waiting tested operations press Ctrl+C

Releases

No releases published

Packages

 
 
 

Contributors