An open API service indexing awesome lists of open source software.

https://github.com/imranity/text_reverser

TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets
https://github.com/imranity/text_reverser

Last synced: 6 months ago
JSON representation

TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets

Awesome Lists containing this project

README

          

Text_reverser
=============

TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets
---------------------------------------------------------------
HOW TO RUN
--------------------------------------------------------------
compile client and server on Linux:

$ gcc -o client client.c

$ gcc -o server server.c

run both

./client

./server

Just provide appropriate filepath in Client.c and run :)