vbe0201 / bubble

Tiny and fast web server written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bubble

A tiny and fast web server written in C23.

Goals

  • No dependencies: Completely from scratch, not even libc
  • Fast: Multithreaded implementation using io_uring for I/O multiplexing
  • Compatibility: Decently functional™

Why?

Just an experiment to challenge myself. You probably shouldn't use it.

License

bubble is licensed under the terms of the GNU GPLv2.

A copy can be found in the LICENSE file.

About

Tiny and fast web server written in C

License:GNU General Public License v2.0


Languages

Language:C 78.5%Language:CMake 18.9%Language:Assembly 2.6%