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