https://github.com/meysam81/echo-message
a client sends message to server and server prints to STDOUT as well as return it to client as an echo message
https://github.com/meysam81/echo-message
c-plus-plus client-server echo echo-server ipv4 ipv4-address socket tcp tcp-client tcp-server tcp-socket
Last synced: 4 months ago
JSON representation
a client sends message to server and server prints to STDOUT as well as return it to client as an echo message
- Host: GitHub
- URL: https://github.com/meysam81/echo-message
- Owner: meysam81
- Created: 2018-01-01T08:42:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T08:43:55.000Z (about 8 years ago)
- Last Synced: 2025-03-16T16:19:58.820Z (11 months ago)
- Topics: c-plus-plus, client-server, echo, echo-server, ipv4, ipv4-address, socket, tcp, tcp-client, tcp-server, tcp-socket
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echo-message
a client sends message to server and server prints to STDOUT as well as return it to client as an echo message