This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new ca1803a add hello node example to node.js page. Also make short blue
subtitle not have any links and move to a first paragraph
ca1803a is described below
commit ca1803a9abfefb88846b1348fc4c8f2347456450
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Oct 29 20:14:01 2019 +0100
add hello node example to node.js page. Also make short blue subtitle not
have any links and move to a first paragraph
---
features/nodejs.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/features/nodejs.md b/features/nodejs.md
index 7b12203..9cd6b67 100644
--- a/features/nodejs.md
+++ b/features/nodejs.md
@@ -22,10 +22,16 @@ permalink: /features/nodejs
# Node.js and Apache Royale
-Compile [ActionScript](features/as3) code to JavaScript and run on
[Node.js](https://nodejs.org/)
+Compile AS3 code to JS and run on Node.js
-[Command line scripting](features/nodejs/scripting) explains how to call
Node.js APIs from ActionScript, compile to JavaScript, and run the generated
script from the command line.
+Apache Royale can transpile [ActionScript](features/as3) to JavaScript and run
on [Node.js](https://nodejs.org/). In this way you get all the benefits of AS3
language in Node. Check the following topics to get started:
-[Node.js modules](features/nodejs/modules) explains how to compile a Node.js
module with ActionScript that can be loaded with `require()` and deployed to
the npm registry.
+ * [Command line scripting](features/nodejs/scripting) explains how to call
Node.js APIs from ActionScript, compile to JavaScript, and run the generated
script from the command line.
-[External modules](features/nodejs/external-modules) explains how to use
third-party modules installed from the npm registry in ActionScript.
\ No newline at end of file
+ * [Node.js modules](features/nodejs/modules) explains how to compile a
Node.js module with ActionScript that can be loaded with `require()` and
deployed to the npm registry.
+
+ * [External modules](features/nodejs/external-modules) explains how to use
third-party modules installed from the npm registry in ActionScript.
+
+## Related example
+
+* [Hello Node: How to transpile ActionScript for
Node.js](https://royale.apache.org/hello-node-how-to-transpile-actionscript-for-node-js/){:target='_blank'}
\ No newline at end of file