Is It possible to deploy a service written in C?

I have a simple “like system” service written in C that interacts with my Mongo database and returns JSON output.

officially there’s no support for C-based services, but has someone tried it before? Is it possible?

Hi,

There isn’t a specific Native Runtime for C-based app, but if you can create your app in a Docker environment, you can deploy it.

Kind regards

Alan