Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Apache Royale
That's great. -Alina Kazi On Fri, 15 May 2020, 1:12 am Josh Tynjala, wrote: > You can use npm modules like Express in ActionScript. However, you need to > create type definitions for them. Here's a tutorial: > > https://apache.github.io/royale-docs/features/nodejs/external-modules > > -- >

Fwd: [royale-asjs] branch develop updated: handle showRoot=false and item click event

2020-05-14 Thread serkan
I found it ! I guess this one you mentioned Alex, I am checking it. Thanks, Serkan İletilmiş İleti Konu: [royale-asjs] branch develop updated: handle showRoot=false and item click event Tarih: Thu, 14 May 2020 08:01:51 + Kimden: aha...@apache.org Reply-To:

Re: [apache/royale-asjs] Menu construction with xml data (#815)

2020-05-14 Thread serkan
There is only one commit related with #815 and I sent my mail after checking that change. Did you check my latest comments and the live demo ? 14.05.2020 19:35 tarihinde Gruplar yazdı: I did not see any commit or update for last night related with 815. May be is should have missed. I am

Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Josh Tynjala
You can use npm modules like Express in ActionScript. However, you need to create type definitions for them. Here's a tutorial: https://apache.github.io/royale-docs/features/nodejs/external-modules -- Josh Tynjala Bowler Hat LLC On Thu, May 14, 2020 at 12:30 PM Apache

Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Apache Royale
That's really awesome if we can use Apache Royale on server side as well. Like we use mx s html jewel in namespaces and use them. Is it possible to use node similarly? What i wanted to know for both frontend and backend side. Like middleware express etc are the core of nodejs. Can we use them

Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Josh Tynjala
Yes, it should be possible to write backend code with ActionScript and Apache Royale. It compiles to JavaScript, which must be run using Node.js. I don't think a lot of people are using Apache Royale with Node.js yet, so there won't be much documentation besides what you've already found, and

Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Apache Royale
Thank you Josh. Can we use Apache Royale for both frontend and backend/serverside? As now people are using nodejs for backend as well. -Alina Kazi On Thu, 14 May 2020, 8:59 pm Josh Tynjala, wrote: > There really isn't going to be a serious performance difference between > running Node.js with

Re: [apache/royale-asjs] Menu construction with xml data (#815)

2020-05-14 Thread Gruplar
I did not see any commit or update for last night related with 815. May be is should have missed. I am going to check. In fact open or close is not the issue, i just want to be sure that you are still on the subect. By the way I can not reopen but can close. ThanksSerkan Android için Outlook'u

Re: [apache/royale-asjs] Menu construction with xml data (#815)

2020-05-14 Thread Alex Harui
I pushed more fixes last night. Did they not work? It is annoying that GitHub won’t let you re-open, but there are already so many emails that I don’t like re-opening and closing in the same day. From: serkan Reply-To: "users@royale.apache.org" Date: Thursday, May 14, 2020 at 4:05 AM To:

Re: Nodejs and Apache Royale for server side

2020-05-14 Thread Josh Tynjala
There really isn't going to be a serious performance difference between running Node.js with regular JavaScript versus running Node.js with ActionScript compiled to JavaScript. In the end, it all ends up being JavaScript. -- Josh Tynjala Bowler Hat LLC On Thu, May 14,

Fwd: Re: [apache/royale-asjs] Menu construction with xml data (#815)

2020-05-14 Thread serkan
Hi, According to my comments below. May anyone may reopen the case #815 ? Thanks, Serkan İletilmiş İleti Konu: Re: [apache/royale-asjs] Menu construction with xml data (#815) Tarih: Wed, 13 May 2020 01:29:35 -0700 Kimden: Serkan Taş Reply-To: apache/royale-asjs

Nodejs and Apache Royale for server side

2020-05-14 Thread Alina Kazi
Hi, I have a question regarding this https://apache.github.io/royale-docs/features/nodejs