A tiny and fast web server written in C23.
- No dependencies: Completely from scratch, not even
libc
- Fast: Multithreaded implementation using
io_uring
for I/O multiplexing - Compatibility: Decently functional™
Just an experiment to challenge myself. You probably shouldn't use it.
bubble is licensed under the terms of the GNU GPLv2.
A copy can be found in the LICENSE
file.