Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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
- Created: 2024-02-09T09:13:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T13:42:37.000Z (9 months ago)
- Last Synced: 2024-02-10T14:31:37.343Z (9 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 `