Hey all, I finally got around to writing some basic documentation that explains how to use Royale to target Node.js with ActionScript:
https://apache.github.io/royale-docs/features/nodejs There are currently three sections: 1) How to create basic scripts that will run in Node.js https://apache.github.io/royale-docs/features/nodejs/scripting 2) How to create modules with Royale that can be used with require() in JavaScript https://apache.github.io/royale-docs/features/nodejs/modules 3) How to create type definitions for third-party Node.js modules so that you can reference them in ActionScript https://apache.github.io/royale-docs/features/nodejs/external-modules -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev>
