biraj21 / http-server-in-cLinks
An HTTP server written from scratch in C.
☆54Updated 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.☆95Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 6 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆225Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆87Updated last year
- Tiny Raspberry Pi Operating System☆274Updated last year
- A fully featured SQL database written in Go☆53Updated 11 months ago
- simplified version of git from scratch☆172Updated 2 months ago
- Linux container from scratch in Go using Ubuntu 22.04 rootfs.☆41Updated last year
- http server written in cpp☆89Updated 4 months ago
- A turn-based co-petetive multiplayer game☆165Updated last month
- Lightning-fast HTTP server built in C☆179Updated 7 months ago
- A roadmap to learn C from Scratch☆660Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆350Updated 6 months ago
- Book in Progress☆364Updated 5 months ago
- Moved to https://github.com/tsoding/cws (it has C3 bindings if you need them)☆137Updated 11 months ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆263Updated 8 months ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆253Updated 3 years ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆100Updated 3 months ago
- Lightweight non-blocking HTTP server in C inspired by nginx's event-driven architecture☆185Updated 5 months ago
- Multithreaded Reverse Proxy Server In C☆34Updated 10 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆341Updated 3 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆26Updated last year
- ☆45Updated 8 months ago
- Comprehensive guide, algorithms and tools on distributed systems☆230Updated 5 months ago
- Low-Level Programming Roadmap and Resources☆1,298Updated 2 weeks ago
- A hardware-aware guide to data structures for system software engineers.☆1,232Updated last month
- convert images, video to ascii!☆504Updated 4 months ago
- A tinycompiler in C from scratch☆107Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆71Updated 11 months ago