derrell/mqtt
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SERVER Skeleton - A qooxdoo Application Template ================================================ This skeleton application was created by running the 'qx create' script. You usually will want to run qx compile in this directory first thing. For more information about how to use this skeleton, please refer to the 'skeleton' section in the manual. You can safely replace the entire contents of this file with your own documentation. Skeleton Usage ============== After running qx compile you can invoke the generated script like this: # Node.js $ node source/script/mqtt.js or # Rhino $ cd source/script && java -cp <path_to_rhino>/js.jar org.mozilla.javascript.tools.shell.Main mqtt.js This of course requires the presence of a Node or Rhino installation on your system. The build version of the application is analogously written to build/script.