Skip to content

A collection of various echo servers in c

License

Notifications You must be signed in to change notification settings

Xarvie/echo-servers.c

 
 

Repository files navigation

echo-servers.c

A collection of various echo servers in c. Mostly for my own amusement and education

To compile them clone this repo and do

make
./bin/tcp-echo-server 8000

Then in another terminal do

nc localhost 8000 # will connect to the echo server

About

A collection of various echo servers in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Makefile 4.5%
  • Dockerfile 0.6%