RunpodR
Runpod2mo ago
2 replies
Sunny

Can i deploy C++ server on Runpod Serverless without subprocess call?

Hi!

I'm wondering it's possible to deploy a server that implemented C++ on Runpod Serverless.

Previously, we built a Nodejs Server and invoked it from Python using a subprocess, but i'm looking for a way not to rely on subprocess calls.

1. Can a C++ server run directly on serverless?
2. If so, what's ther recommended approach or setup?
Was this page helpful?