Kindly review this C QuickJS HTTP streaming Web server module

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. webserver-c

    A simple HTTP webserver written in C.

    I finally cobbled together the C source code and QuickJS module heavily relying on existing C source code QuickJS module https://github.com/guest271314/webserver-c/tree/quickjs-webserver.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. captureSystemAudio

    Capture system audio ("What-U-Hear")

    This is my second time writing C source code capture_system_audio.c. I got a lot of help doing that, too . I basically implemented the same Native Messaging host algorithm in C, C++, Python, WASI/WebAssembly, and JavaScript (Node.js, QuickJS) which is the programming language I write code most using.

  4. httpserver.h

    Single header library for writing non-blocking HTTP servers in C

    If you want to make it better but aren't interest in that much programming, you may be interested in super minimal http servers like httpserver.h or xhttp (I wrote this!) which match exactly this use case.

  5. xHTTP

    A lightweight HTTP server as a library.

    If you want to make it better but aren't interest in that much programming, you may be interested in super minimal http servers like httpserver.h or xhttp (I wrote this!) which match exactly this use case.

  6. quickwebserver

    Implementation of HTTP web server in the QuickJS Runtime

    I tried compiling a QuickJS server that depends on httpserver.h along the way https://github.com/QuickJS-Web-project/quickwebserver/issues/6.

  7. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Need help with ytdl-core and ExpressJS

    2 projects | /r/learnjavascript | 15 Apr 2023
  • How to Record Audio from a Web Browser

    2 projects | /r/javascript | 1 Jan 2023
  • Reading floats, bytes, ints, and longs from an array

    3 projects | /r/cprogramming | 31 Dec 2022
  • How efficient are javascript objects? /JSON

    1 project | /r/learnjavascript | 18 Dec 2022
  • Getting audio input from a computer's audio output

    3 projects | /r/learnjavascript | 9 Nov 2022

Did you know that C is
the 6th most popular programming language
based on number of references?