On Mon, Jul 23, 2012 at 9:01 AM, josh <[email protected]> wrote: > thanks. > > How is it different than any server side technology?
All your code is JavaScript. That means you can design for execution of the exact same code on either the client or the server, depending upon the circumstances. With other server-side technologies, you'll have to implement the same functionality twice - once for client execution and again for server execution. -- Martin Cooper > What about the streaming API? does it give any advantages? > (maybe on server memory?) > > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
