Re: apache royale and Node js

2022-03-22 Thread Harbs
Ah. I guess I can publish the SWC on npm. Haven’t considered that. You can just copy the swc and you should not need to do anything “special”. > On Mar 22, 2022, at 1:18 PM, Roman Isitua wrote: > > As Spectrum is not part of the royale distribution since it is a standalone > library. I am just

Re: apache royale and Node js

2022-03-22 Thread Roman Isitua
>From my responses inline. On Tue, 22 Mar 2022, 12:07 Harbs, wrote: > > > On Mar 22, 2022, at 12:35 PM, Roman Isitua wrote: > > > I recently stumbled upon the below links > > https://apache.github.io/royale-docs/get-started/royale-cli > > https://apache.github.io/royale-docs/features/nodejs > >

Re: apache royale and Node js

2022-03-22 Thread Harbs
> On Mar 22, 2022, at 12:35 PM, Roman Isitua wrote: > > > I recently stumbled upon the below links > > https://apache.github.io/royale-docs/get-started/royale-cli > > > https://apache.github.io/royale-docs/features/nodejs >

Re: Royale support for progressive web apps (pwa)

2022-03-22 Thread Harbs
I’d create issues for any HTML APIs you come across that are not recognized by Royale so we can add them to typedefs. > On Mar 22, 2022, at 12:15 PM, Roman Isitua wrote: > > > I will be interested in accessing features like camera (to take pictures) or > even geolocation via the html5 (javasc

apache royale and Node js

2022-03-22 Thread Roman Isitua
I recently stumbled upon the below links https://apache.github.io/royale-docs/get-started/royale-cli https://apache.github.io/royale-docs/features/nodejs It looks pretty interesting. As I look to bring new front end developers to join my team. Using royale with a node js compiler might be a goo

Re: Royale support for progressive web apps (pwa)

2022-03-22 Thread Roman Isitua
I will be interested in accessing features like camera (to take pictures) or even geolocation via the html5 (javascript) api. https://dzone.com/refcardz/html5-new-standards-web-interactivity The below is a list of what is supported today in android phones. IOS supports a smaller subset. https:/