https://github.com/allenvox/chat-pthread
Internet chatting program (client + server) written in C++ using pthread lib
https://github.com/allenvox/chat-pthread
arpa chat chat-application cpp cpp-17 internet network network-programming pthread pthreads socket tcp
Last synced: 8 months ago
JSON representation
Internet chatting program (client + server) written in C++ using pthread lib
- Host: GitHub
- URL: https://github.com/allenvox/chat-pthread
- Owner: allenvox
- Archived: true
- Created: 2024-02-09T09:13:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T13:42:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T00:38:03.100Z (10 months ago)
- Topics: arpa, chat, chat-application, cpp, cpp-17, internet, network, network-programming, pthread, pthreads, socket, tcp
- Language: C++
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-pthread
Simple Internet chatting program written fully in C++, works via TCP protocol
Build: `make`
Run:
`bin/server`
`bin/client `