DEV Community

Discussion on: How to run Rust in OpenFaaS

Collapse
 
qm3ster profile image
Mihail Malo

Do you think it would be easy to make a template that doesn't use the watchdog and instead just directly exposes a Rust server?

Collapse
 
booyaa profile image
Mark Sta Ana

You could do this, the purpose of the watchdog is well explained, but this would be considered an unsupported configuration for OpenFaaS. I might give a go for my next post 🤓 I’ll let you know if it’s easier or not then.