mirror of
https://github.com/eznix86/client-server-in-c.git
synced 2026-07-26 13:28:57 +00:00
Implementation of a client-server in c
- C 99.6%
- Makefile 0.4%
| .vscode | ||
| .gitignore | ||
| client | ||
| client.c | ||
| data.bin | ||
| document.h | ||
| login.h | ||
| makefile | ||
| port.h | ||
| README.md | ||
| serveur | ||
| serveur.c | ||
| simple.c | ||
Usage
To compile run make file:
make compile PORT=25800
- This will compile the code and run the server on port 25800 (if available)
To run client
./client localhost 25800
GUI in c