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?
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
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.