Skip to content

feat: webserver example programs (both serverless and microservice style)#32

Open
Akshay-Srivatsan wants to merge 9 commits into
mainfrom
webserver
Open

feat: webserver example programs (both serverless and microservice style)#32
Akshay-Srivatsan wants to merge 9 commits into
mainfrom
webserver

Conversation

@Akshay-Srivatsan
Copy link
Copy Markdown
Contributor

Adds user-mode webserver examples. One example demos a CGI/serverless style of
webserver, where a new process is created for every request. Another demos a
microservice style of webserver, where a process listens on a socket and
accepts new connections.

This additionally adds support for "true" kernel threads, replacing the old
Rust async based setup.

@Akshay-Srivatsan Akshay-Srivatsan requested a review from yhdengh June 1, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants