victor-torres / CodeRhino

Java Applet for running backend executables through JavaScript and webpages.
5 stars 1 forks source link

Infographic about how it works #7

Open victor-torres opened 9 years ago

victor-torres commented 9 years ago

Explain how CodeRhino events works.

In synthesis, that's how everything works:

  1. you schedule an activity (scan serial ports, download file, run command)
  2. asks for job status (done: true or false)
  3. gets return/result information
victor-torres commented 9 years ago

Now that we have JavaScript callbacks, it's needed to rethink this issue.