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

https://github.com/deviantfero/sfclient

Simple File Client
https://github.com/deviantfero/sfclient

Last synced: 11 months ago
JSON representation

Simple File Client

Awesome Lists containing this project

README

          

# sfclient
## Simple File Client

A local file server written in C for learning Inter Process Communications.
use [sfs](https://github.com/deviantfero/sfserver) to play with it.

![sfs/sfc demo](https://j.gifs.com/nrOzkl.gif)

## Coding Style Suggestions

http://doc.cat-v.org/bell_labs/pikestyle

## Running

```sh
# compile
make
# run
bin/sfc
```