DEV Community

Discussion on: Please ELI5 how Stateless deployment works

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Actually, I might want to use non-JavaScript, e.g. OpenCV.

Collapse
 
louy2 profile image
Yufan Lou

Two ways. First, you can use OpenCV on your backend and use ajax as an remote procedure call (RPC) channel. Second, you can compile OpenCV to WebAssembly and use JavaScript still.