MonkeyChat! is a simple client-server chat written in pure C and GTK4 using sockets for data exchange between client and server
Dependencies
Building
Usage
Credits
Screenshots
Links
License
| Lib | Version |
|---|---|
| GTK | 4.0+ |
git clone https://github.com/t1tandr/uchat.git
cd uchat/
makeWarning
App runs only on Linux OS.
git clone https://github.com/t1tandr/uchat.git
cd uchat/
makeStart server:
cd server/
./uchat-server 8080Start client:
cd client/
./uchat localhost 8080To shutdown server execute next command:
kill [server-pid]Watch the functionality of MonkeyChat! on YouTube
MonkeyChat! is licensed under the MIT license.
Copyright © 2024, OGURCI Team



