Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasbn/networking
https://github.com/lucasbn/networking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasbn/networking
- Owner: LucasBN
- Created: 2023-10-11T10:14:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T10:24:10.000Z (about 1 year ago)
- Last Synced: 2023-10-11T16:15:20.394Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```