#Deno and #Bun come with Deno.serve() and Bun.serve() methods that take a (req: Request) => Promise<Response> function and spin up an HTTP server, but is there anything similar in #Node.js?
https://deno.land/api?s=Deno.serve
https://bun.sh/docs/api/http#bun-serve