builtwithbend
← Back to the collection

Bend HTTP Server

Developer tools · ☆ 0 GitHub stars

Built by iamsahilsonawane

Preview of Bend HTTP Server

An HTTP/1.1 server in Bend 2 with concurrent connection handling and routes that demonstrate CPU-parallel and GPU-dispatched computation. Health and runtime-information endpoints make the example easy to inspect.

Request parsing and routing are separated from socket effects, while LAWS.bend and PROOF.bend express equivalence properties for the compute paths. Native compilation enables the multicore/GPU execution paths; the JavaScript development backend remains single-threaded. A focused server experiment rather than a full web framework.

The sources

Explore the original posts and links behind this build.

GitHubhttps://github.com/iamsahilsonawane/bend2-http-server/blob/main/README.md ↗GitHubhttps://github.com/iamsahilsonawane/bend2-http-server/blob/main/src/server… ↗
Curated by LVTDBuilt for the people building.