First you should probably convince us why you need real-time technology.

----

If you want reasons to use node, then this topic has come up before. Some
common
reasons are:
- Node has a great community that attracts lots of smart people
  - Which leads on to `npm` and how node has sane package management.
- One language for both browser and server.
- Fast for *some* things.

Reasons you shouldn't use node:
- You don't have the resources (time and $) to hire node people. Remember
node
  isn't as commonplace as Java.
- To rewrite you entire application. While this might sound cool, you will
find
  out the hard way it isn't.
- To write a load balancer or a simple file server; or something that has
  already been done better (eg. haproxy or nginx) or could be done better in
  another technology.

These lists are definitely not non-exhaustive, but really what I am trying
to
say is don't use node just because it is cool. Think and think again and
make
sure you use the right tool for the job.

Tim.

On 12 July 2012 23:20, Arunoda Susiripala <[email protected]>wrote:

> Hi,
>
> This question is bit off topic.
> Im from a company where we build some cloud based tools for a
> local telecommunication providers.
> Basically we are building developer tools which reside on the cloud.
>
> I need to convince my management to allocate resources for realtime web
> technologies.
> Specially on *Socket.IO *and Some Cloud Services like *Pubnub.*
> *
> *
> I need your thoughts what are the best way to convince my upper management.
>
> Thanks.
>
>
>
>  --
> 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

Reply via email to