Skip to content

Simple, but totally valid implementation of server and client using raw C sockets

Notifications You must be signed in to change notification settings

2uger/sockets_in_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Just a reminder on how to code socket server and client in C the right way.
Sometimes you just need it pretty quick.
No good examples on the internet.

How to run:

  • gcc server.c -o server && gcc client.c -o client
  • ./server (In one tab)
  • ./client (In another tab)

About

Simple, but totally valid implementation of server and client using raw C sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages