Get the latest tech news
Show HN: A dynamic C (Hot reloading) module-based Web Framework
Modular and efficient approach to web development in C - joexbayer/c-web-modules
Welcome to c-web-modules, a modular and efficient approach to web development in C. Inspired by kernel modules and AWS Lambda, this project allows you to upload C code directly to the server, which compiles and deploys it at runtime. Manpower and Time-to-Market: By automating common server tasks (e.g., routing, module integration, and shared resources like SQLite3), c-web-modules reduces boilerplate and accelerates development compared to starting from scratch. Dynamic Deployment: c-web-modules allows you to upload raw C code directly to the server, which compiles and integrates it into the running application without restarts.
Or read this on Hacker News