Node.js
Chimpbase host for the Node.js runtime.
The Node.js host uses node:http internally and adapts between Node's callback-based HTTP API and the Web standard Request/Response that Chimpbase expects.
Install
Create a runtime
Server
Uses node:http.createServer() under the hood. Request/response conversion between Node's IncomingMessage/ServerResponse and Web APIs is handled automatically.