Is Node.js a requirement?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Is Node.js a requirement?

horrido
I was taken aback when I learned that Node.js was an installation requirement for Amber. I hope this doesn't mean that Amber is tied to using Node on the back end. There are other web servers that I prefer to use, such as Seaside, web2py, and Beego. Thanks.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Is Node.js a requirement?

Hannes Hirzel
http://www.nodejs.org/ is a requirement for the most convenient way to
develop Amber apps at the moment.

However for deployment you may use other servers.

I let others give more details ....

--Hannes

On 11/23/14, Richard Eng <[hidden email]> wrote:

> I was taken aback when I learned that Node.js was an installation
> requirement for Amber. I hope this doesn't mean that Amber is tied to using
>
> Node on the back end. There are other web servers that I prefer to use,
> such as Seaside, web2py, and Beego. Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [hidden email].
> For more options, visit https://groups.google.com/d/optout.
>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Is Node.js a requirement?

horrido
Thanks, that's good to know. Perhaps someone can briefly outline how to use other servers? The paucity of Amber documentation leaves me in the dark. Thanks.


On Monday, 24 November 2014 06:59:06 UTC-5, Hannes wrote:
<a href="http://www.nodejs.org/" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fwww.nodejs.org%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNHo2UjxjotwSNxp0cTyvjTio0lAlA';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fwww.nodejs.org%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNHo2UjxjotwSNxp0cTyvjTio0lAlA';return true;">http://www.nodejs.org/ is a requirement for the most convenient way to
develop Amber apps at the moment.

However for deployment you may use other servers.

I let others give more details ....

--Hannes

On 11/23/14, Richard Eng <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="3_FiPwJ6ooMJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">horrido...@...> wrote:

> I was taken aback when I learned that Node.js was an installation
> requirement for Amber. I hope this doesn't mean that Amber is tied to using
>
> Node on the back end. There are other web servers that I prefer to use,
> such as Seaside, web2py, and Beego. Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="3_FiPwJ6ooMJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">amber-lang+...@googlegroups.com.
> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/optout.
>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Is Node.js a requirement?

Herby Vojčík
For development, you're on your own (IOW: don't unless you _need_ to; if you must, make sure PUT works by writing the file).
For deployment, use server's docs (deployed amber is just a bunch of files, so it's only about serving them).

Richard Eng wrote:

> Thanks, that's good to know. Perhaps someone can briefly outline how
> to use other servers? The paucity of Amber documentation leaves me in
> the dark. Thanks.
>
>
> On Monday, 24 November 2014 06:59:06 UTC-5, Hannes wrote:
>
>     http://www.nodejs.org/ is a requirement for the most convenient
>     way to
>     develop Amber apps at the moment.
>
>     However for deployment you may use other servers.
>
>     I let others give more details ....
>
>     --Hannes
>
>     On 11/23/14, Richard Eng <[hidden email] <javascript:>> wrote:
>     > I was taken aback when I learned that Node.js was an installation
>     > requirement for Amber. I hope this doesn't mean that Amber is
>     tied to using
>     >
>     > Node
on the back end. There are other web servers that I prefer

>     to use,
>     > such as Seaside, web2py, and Beego. Thanks.
>     >
>     > --
>     > You received this message because you are subscribed to the
>     Google Groups
>     > "amber-lang" group.
>     > To unsubscribe from this group and stop receiving emails from
>     it, send an
>     > email to [hidden email] <javascript:>.
>     > For more options, visit https://groups.google.com/d/optout
>     <https://groups.google.com/d/optout>.
>     >
>
> --
> You received this message because you are subscribed to the Google
> Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [hidden email]
> <mailto:[hidden email]>.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Is Node.js a requirement?

Hannes Hirzel
I summarized this thread in
https://github.com/amber-smalltalk/amber-documentation/issues/35

Is the summary OK?

--Hannes

On 11/24/14, Herby Vojčík <[hidden email]> wrote:

> For development, you're on your own (IOW: don't unless you _need_ to; if you
> must, make sure PUT works by writing the file).
> For deployment, use server's docs (deployed amber is just a bunch of files,
> so it's only about serving them).
>
> Richard Eng wrote:
>> Thanks, that's good to know. Perhaps someone can briefly outline how
>> to use other servers? The paucity of Amber documentation leaves me in
>> the dark. Thanks.
>>
>>
>> On Monday, 24 November 2014 06:59:06 UTC-5, Hannes wrote:
>>
>>     http://www.nodejs.org/ is a requirement for the most convenient
>>     way to
>>     develop Amber apps at the moment.
>>
>>     However for deployment you may use other servers.
>>
>>     I let others give more details ....
>>
>>     --Hannes
>>
>>     On 11/23/14, Richard Eng <[hidden email] <javascript:>> wrote:
>>     > I was taken aback when I learned that Node.js was an installation
>>     > requirement for Amber. I hope this doesn't mean that Amber is
>>     tied to using
>>     >
>>     > Node
> on the back end. There are other web servers that I prefer
>>     to use,
>>     > such as Seaside, web2py, and Beego. Thanks.
>>     >
>>     > --
>>     > You received this message because you are subscribed to the
>>     Google Groups
>>     > "amber-lang" group.
>>     > To unsubscribe from this group and stop receiving emails from
>>     it, send an
>>     > email to [hidden email] <javascript:>.
>>     > For more options, visit https://groups.google.com/d/optout
>>     <https://groups.google.com/d/optout>.
>>     >
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "amber-lang" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to [hidden email]
>> <mailto:[hidden email]>.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [hidden email].
> For more options, visit https://groups.google.com/d/optout.
>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.