All Projects → jserv → Facebooc

jserv / Facebooc

Licence: other
Yet another Facebook clone written in C

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Facebooc

Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (-48.24%)
Mutual labels:  epoll, http-server, web-server
WebServer
High-performance multi-threaded tcp network server in c++11
Stars: ✭ 58 (-87.99%)
Mutual labels:  http-server, epoll
tipi
Tipi - the All-in-one Web Server for Ruby Apps
Stars: ✭ 214 (-55.69%)
Mutual labels:  web-server, http-server
sheret
A tiny, simple static file web server.
Stars: ✭ 45 (-90.68%)
Mutual labels:  web-server, http-server
Lotos
tiny but high-performance HTTP Server
Stars: ✭ 140 (-71.01%)
Mutual labels:  epoll, http-server
Kvantum
An intellectual (HTTP/HTTPS) web server with support for server side templating (Crush, Apache Velocity and JTwig)
Stars: ✭ 17 (-96.48%)
Mutual labels:  web-server, http-server
tinyweb
Simple and lightweight HTTP async server for micropython
Stars: ✭ 182 (-62.32%)
Mutual labels:  web-server, http-server
Andserver
🍒 Web server and web framework of Android platform.
Stars: ✭ 2,932 (+507.04%)
Mutual labels:  http-server, web-server
Mgx
🌈 A high performance network framework written in c++ (support tcp and http)
Stars: ✭ 15 (-96.89%)
Mutual labels:  http-server, epoll
toyhttpd
I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server
Stars: ✭ 43 (-91.1%)
Mutual labels:  http-server, epoll
crab
🦀 a simple web server
Stars: ✭ 18 (-96.27%)
Mutual labels:  web-server, http-server
Envelop.c
🌊 Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.
Stars: ✭ 75 (-84.47%)
Mutual labels:  epoll, http-server
Webcpp
用C++开发web服务器框架
Stars: ✭ 23 (-95.24%)
Mutual labels:  epoll, http-server
Zaver
Yet another fast and efficient HTTP server
Stars: ✭ 673 (+39.34%)
Mutual labels:  epoll, http-server
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (-19.46%)
Mutual labels:  social-network, native
fancy
High performance web server
Stars: ✭ 20 (-95.86%)
Mutual labels:  http-server, epoll
Catacumba
Asynchronous web toolkit for clojure built on top of Ratpack / Netty
Stars: ✭ 192 (-60.25%)
Mutual labels:  http-server, web-server
Servr
A simple HTTP server in R
Stars: ✭ 228 (-52.8%)
Mutual labels:  http-server, web-server
stirfry
StirFry is a self contained and lightweight web framework for nodejs
Stars: ✭ 24 (-95.03%)
Mutual labels:  web-server, http-server
Webserver
A C++ High Performance Web Server
Stars: ✭ 4,164 (+762.11%)
Mutual labels:  epoll, http-server

Facebooc

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

Prerequisites

Install SQLite development package:

sudo apt-get install libsqlite3-dev

Build and Run

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].