Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jserv/facebooc

Yet another Facebook clone written in C
https://github.com/jserv/facebooc

bsd epoll http-server kqueue linux native social-network web-server

Last synced: about 2 months ago
JSON representation

Yet another Facebook clone written in C

Awesome Lists containing this project

README

        

# Facebooc

Proof-of-concept Facebook clone in C.
The only dependency is SQLite3.

# Prerequisites
Install SQLite development package:
```bash
sudo apt-get install libsqlite3-dev
```

# Build and Run
```bash
cd facebooc
make run
```

Licensing
---------
`Facebooc` is freely redistributable under the two-clause BSD License.
Use of this source code is governed by a BSD-style license that can be found
in the `LICENSE` file.