I'm trying to do a simple web server on C.
It'll be really simple because it has to accept just one client connection and read and write characters to and from the socket.
I'm using Linux Debian and I don't know where to start, i.e. wich header file do I use, or how do I open the socket?
Thank you,
Komyg
It'll be really simple because it has to accept just one client connection and read and write characters to and from the socket.
I'm using Linux Debian and I don't know where to start, i.e. wich header file do I use, or how do I open the socket?
Thank you,
Komyg