Documentation
¶
Overview ¶
express-in-zip — the proof point: a legacy Express-shaped TypeScript handler running inside zip with ZERO rewrite.
app.ts (TS) --esbuild--> ES2015 JS --goja--> JSHandler --> Fiber route
go run ./examples/express-in-zip
curl http://localhost:8080/legacy/foo
curl -XPOST -d '{"x":1}' -H content-type:application/json \
http://localhost:8080/legacy/bar
Click to show internal directories.
Click to hide internal directories.