|
|
|
|
|
by nl
24 days ago
|
|
This seems either wrong or very uncharitable. > Perry exposes a faithful subset of Node.js’s stdlib HTTP server modules on top of hyper + rustls + tokio-tungstenite. The whole shape — handler signature, IncomingMessage / ServerResponse properties + methods, TLS opts, ALPN-negotiated HTTP/2, WebSocket upgrade dispatch — works unmodified, so unmodified Node servers (Express / Koa / Polka / hono via @hono/node-server / etc.) compile and run natively[1] It's pretty standard for "no runtime" to mean nothing on the device you install the compiled target app. I think iOS development still needs Ruby for Pod installation but no one says Swift apps need a Ruby runtime for example. [1] https://docs.perryts.com/stdlib/http.html |
|