I'm not an expert, but I want to share something I discovered with Node.js:

Javascript is butter (that is, flexible, low ceremony for code, etc..), and
it has a good serialization (JSON) for simple objects (tree, graph without
cycles)(there is support for general graph serialization, but not the key
feature for this discussion).

Node.js gaves me the network layer: good non-blocking socket support.

Then: distributed application COULD BE (yes, I know, it's not so simple) a
piece of cake in Node.js world. No schema, no SOAP messages, no contracts,
no big XMLs, no typed declarations. Just you, your brain/neuron, TDD,
Node.js, Javascript.

Angel "JSON.stringify" Lopez :-)

On Fri, Jun 15, 2012 at 11:35 AM, Dominic Tarr <dominic.t...@gmail.com>wrote:

> and, of course, you get to run javascript on both the client and the
> server.
>
> which is a very interesting advantage in some cases.
>
> such as architectures where the client is 'just another node'.
>
> On Sat, Jun 16, 2012 at 2:33 AM, Fadrizul H <fadri...@gmail.com> wrote:
> > Lol stop spamming. Anyways, Nodejs is great for not only web platforms.
> Also
> > for heavy network io interactions such as mobile apps, single page apps
> and
> > etc.
> >
> > On Jun 15, 2012 10:30 PM, "alFReD NSH" <farid...@googlemail.com> wrote:
> >>
> >> This is a great article about this subject:
> >> http://nodeguide.com/convincing_the_boss.html
> >>
> >> --
> >> 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 nodejs@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> nodejs+unsubscr...@googlegroups.com
> >> 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 nodejs@googlegroups.com
> > To unsubscribe from this group, send email to
> > nodejs+unsubscr...@googlegroups.com
> > 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> 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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to