Skip to content

Opening book details…

About this document

CPE 400 Socket Programming Example by liquidmoon1973 is a document available to read on EtoBox.

This document contains code for a client and server program that communicate over sockets to check if a string is a palindrome. The client code connects to the server, receives a string, checks if it is a palindrome and sends the result back. The server code accepts a connection from the client, prompts the user for a string, sends it to the client, receives the palindrome check result, and prints it. Both programs close the socket connection when the server sends the string "exit".

Author
liquidmoon1973
Language
EN