Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasbn/networking


https://github.com/lucasbn/networking

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Instructions:

In two separate terminals run one of these two commands:

```
gcc server.c -o out/server && ./out/server
gcc client.c -o out/client && ./out/client
```