biraj21 / http-server-in-cLinks
An HTTP server written from scratch in C.
☆52Updated 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.☆91Updated last year
- Lightning-fast HTTP server built in C☆180Updated 2 months ago
- Tiny Raspberry Pi Operating System☆261Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated last year
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆229Updated last year
- A turn-based co-petetive multiplayer game☆165Updated last month
- simplified version of git from scratch☆160Updated 10 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆75Updated 3 months ago
- http server written in cpp☆88Updated 11 months ago
- C projects: algorithms, games, and networking☆173Updated last month
- A fully featured SQL database written in Go☆51Updated 6 months ago
- Lightweight web server with hot reload and dynamic html templating.☆255Updated 4 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆154Updated last month
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆306Updated last month
- ☆46Updated 3 months ago
- Moved to https://github.com/tsoding/cws (it has C3 bindings if you need them)☆135Updated 6 months ago
- A tinycompiler in C from scratch☆105Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!