Shiva Kaul
Shiva Kaul
**Background**. It's often desirable to work off a given listening fd, rather than opening a port or UNIX domain socket. For example, a listening FD can be passed from a...
The Photon geocoder returns poor, jarring results unless the center point and zoom of the map are included as query parameters. Now these data are included. They are passed via...
**Overview**. This PR implements `Bun.serve({fd})` and `Bun.listen({fd})`, which runs the HTTP (or TCP) server on a socket that has are already been bound and listened. The overall idea is to...