Examples for @tsonic/express (Express-style APIs on ASP.NET Core).
Note: @tsonic/express is a typings package; the runtime is express.dll. This repo vendors libs/express.dll and references it via tsonic.workspace.json.
npm installcd packages/hello-world
npm run devhello-world: minimalGET /+listen()middleware:use()+next()+ headersrouter-mount:Router()+ mount at/apierror-handling: throwing + error middlewarebody-parsers:express.json()+express.urlencoded()static-files:Response.sendFile()serving from disk