Hmmm... I guess you only need a web role with node.js (I usually find node.js in worker roles, but there are powershell scripts that setup node.js as a web role)
An example at: http://nodeblog.cloudapp.net/running-wheat-git-based-blog-engine-on-windows-azure You can read that blog with some info about node.js on Azure. But I a bit confused. Your requirements are not related to web role/nodejs, etc... So I think you can start with the above approach: node.js on web node. Links I visited/collected about node.js and Azure: http://delicious.com/ajlopez/azure+nodejs Angel "Java" Lopez http://www.ajlopez.com http://twitter.com/ajlopez On Thu, Apr 26, 2012 at 12:08 PM, Rafel <[email protected]> wrote: > Hello All, > I am a newbie to node. right now i am trying to create a web app using > node and deploying it on Azure. My idea is to create a website which > has simple tabs on menu bar and each tab open a new functionality e.g. > one tab gives me grid view, other give me email functionality, other > is for chat etc. > So my question is do i need to create multiple web roles in this case, > or combination of web roles and worker roles. How it goes?? give me an > idea. > > I appreciate any help. > > 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
