A knock-knock like socket server for appreciating (unfunny) jokes Instructions: Clone the repo: git clone https://github.com/OmarMesqq/socketcom cd nowkgo Setup the server cd server Compile it: go build -o server Run it: ./server Setup the client cd client Compile it: gcc -o client client.c Run it: ./client