Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devries/cloud-run-cobol
I don't know Cobol, but why not make it work with Cloud Run?
https://github.com/devries/cloud-run-cobol
Last synced: 3 months ago
JSON representation
I don't know Cobol, but why not make it work with Cloud Run?
- Host: GitHub
- URL: https://github.com/devries/cloud-run-cobol
- Owner: devries
- Created: 2020-04-07T01:13:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T11:45:14.000Z (over 4 years ago)
- Last Synced: 2024-02-28T05:32:43.188Z (8 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cloud-run - COBOL on Cloud Run
README
# Cloud Run with Cobol!
An simple web service in Cobol, because why not?
[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)
This repository contains an invocation program written in Go which passes the
path as a command line argument into a cobol program. In the example program,
the path is appended after the word "HELLO". If the path is empty the service
returns "HELLO WORLD".