Skip to content

batushka11/UcodeConnectUchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ucode-Connect Track C uchat - MonkeyChat!


C Linux JSON GIT SQLite

MonkeyChat! is a simple client-server chat written in pure C and GTK4 using sockets for data exchange between client and server

Table of contents

Dependencies
Building
Usage
Credits
Screenshots
Links
License

Dependencies

Lib Version
GTK 4.0+

Buiding

git clone https://github.com/t1tandr/uchat.git
cd uchat/
make

Usage

Warning

App runs only on Linux OS.

git clone https://github.com/t1tandr/uchat.git
cd uchat/
make

Start server:

cd server/
./uchat-server 8080

Start client:

cd client/
./uchat localhost 8080

To shutdown server execute next command:

kill [server-pid]

Credits

Screenshots

Screenshot-13.png Screenshot-14.png Screenshot-11.png Screenshot-10.png Screenshot-11.png

Links

Watch the functionality of MonkeyChat! on YouTube

License

MonkeyChat! is licensed under the MIT license.
Copyright © 2024, OGURCI Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Other 0.3%