# cobol-worker-template **Repository Path**: mirrors_cloudflare/cobol-worker-template ## Basic Information - **Project Name**: cobol-worker-template - **Description**: A Cloudflare worker that runs COBOL. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `cobol-worker` A Cloudflare worker that runs COBOL. `src/index.js` is the content of the Workers script. ## Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ```console wrangler generate myapp https://github.com/xtuc/cobol-worker-template ``` To develop your Worker on your local network ```console npm run dev ``` To preview your Worker in the browser ```console npm run preview ``` To deploy the worker: ```console npm run deploy ```