cobol-worker-template
cobol-worker-template copied to clipboard
A Cloudflare worker that runs COBOL.
cobol-worker
A Cloudflare worker that runs COBOL.
src/index.js is the content of the Workers script.
Wrangler
To generate using wrangler
wrangler generate myapp https://github.com/xtuc/cobol-worker-template
To develop your Worker on your local network
npm run dev
To preview your Worker in the browser
npm run preview
To deploy the worker:
npm run deploy