Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
Yet another Facebook clone written in C
- Host: GitHub
- URL: https://github.com/jserv/facebooc
- Owner: jserv
- License: other
- Created: 2016-04-20T06:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T07:36:28.000Z (about 1 year ago)
- Last Synced: 2024-10-27T21:51:22.346Z (17 days ago)
- Topics: bsd, epoll, http-server, kqueue, linux, native, social-network, web-server
- Language: C
- Homepage:
- Size: 143 KB
- Stars: 558
- Watchers: 61
- Forks: 343
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.