This is an example of binding external JavaScript library (here, reCaptcha) in Opa.
Compile with:
make
Run with:
./hello_recaptcha_app.js
More about this example in Opa manual, chapter Hello, reCaptcha, and the rest of the world.
A tutorial on how to bind external libraries in Opa -- Google reCaptcha API in this case
Opa
This is an example of binding external JavaScript library (here, reCaptcha) in Opa.
Compile with:
make
Run with:
./hello_recaptcha_app.js
More about this example in Opa manual, chapter Hello, reCaptcha, and the rest of the world.