Proof-of-concept Facebook clone in C. The only dependency is SQLite3.
Install SQLite development package:
sudo apt-get install libsqlite3-dev
cd facebooc
make run
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.