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: 18 days ago
JSON representation

I don't know Cobol, but why not make it work with Cloud Run?

Lists

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".