biraj21 / http-server-in-cLinks
An HTTP server written from scratch in C.
☆53Updated last year
Alternatives and similar repositories for http-server-in-c
Users that are interested in http-server-in-c are comparing it to the libraries listed below
Sorting:
- A single-threaded TCP server with an event loop using the poll system call written in C.☆94Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- A turn-based co-petetive multiplayer game☆165Updated last month
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- Tiny Raspberry Pi Operating System☆271Updated last year
- http server written in cpp☆88Updated 2 months ago
- simplified version of git from scratch☆162Updated last week
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆98Updated last month
- A fully featured SQL database written in Go☆52Updated 9 months ago
- Lightning-fast HTTP server built in C☆184Updated 5 months ago
- Linux container from scratch in Go using Ubuntu 22.04 rootfs.☆41Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 4 months ago
- A tinycompiler in C from scratch