Skip to content

M9GLiquid/CCHAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CChat

Tiny C chat project built with Meson and Ninja.

Requirements

  • gcc
  • meson
  • ninja

On Ubuntu/Debian you can install everything with:

chmod +x scripts/setup_ubuntu.sh
./scripts/setup_ubuntu.sh

Build

Build the server:

meson setup build
meson compile -C build

Build server and client:

meson setup build -Dbuild_client=true
meson compile -C build

Launch

Start the server:

./build/cchat_server

Start the server on a custom port:

./build/cchat_server 5555

If the client target is enabled:

./build/cchat_client

About

Getting back into C and thought a simple Chat App would be good start.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors