rajeevtapadia / gdocs-socket-programming

A Notes taking CLI utility using C sockets as Computer Networking Course Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.

An echo server is a server that send back the same message that the client has send the server. Like:

Client send - abc
Server recv - abc

About

A Notes taking CLI utility using C sockets as Computer Networking Course Project


Languages

Language:C 100.0%