awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sysprog21 avatar

sysprog21/khttpd

0
View on GitHub↗
86 stars·128 forks·C·MIT·1 view

Khttpd

An experimental HTTP server implemented as Linux kernel module

Features

  • Kernel Modules - Experimental HTTP server implemented as a kernel module.

Star history

Star history chart for sysprog21/khttpdStar history chart for sysprog21/khttpd

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Khttpd

Similar open-source projects, ranked by how many features they share with Khttpd.
  • fishinabarrel/linux-kernel-module-rustfishinabarrel avatar

    fishinabarrel/linux-kernel-module-rust

    1,340View on GitHub↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    View on GitHub↗1,340
  • arter97/exfat-linuxA

    arter97/exfat-linux

    0View on GitHub↗
    View on GitHub↗0
  • avielw/kplugsavielw avatar

    avielw/kplugs

    148View on GitHub↗

    KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.

    C
    View on GitHub↗148
  • al177/esp8089A

    al177/esp8089

    0View on GitHub↗
    View on GitHub↗0
See all 11 alternatives to Khttpd→

Frequently asked questions

What does sysprog21/khttpd do?

An experimental HTTP server implemented as Linux kernel module

What are the main features of sysprog21/khttpd?

The main features of sysprog21/khttpd are: Kernel Modules.

What are some open-source alternatives to sysprog21/khttpd?

Open-source alternatives to sysprog21/khttpd include: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… al177/esp8089. arter97/exfat-linux. avielw/kplugs — KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel. djwatson/ktls. hnes/frdev.