DotNetShoutout - Stories tagged with Node.js
2
Shouts

Installing and Running node.js application with iisnode | dotnetExpertGuide.com

published 493 days, 19 hours, 1 minute ago posted by nandipnandip 494 days, 15 hours, 33 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Thursday, January 12, 2012 10:51:21 AM GMT
Over a last few days, all are talking about asynchronous programming especially node.js and signalr. Microsoft also included AsyncCTP within ASP.NET 4.5. But it seems node.js and SignalR is winning the race. Anyway we are not going to compare AsyncCTP with node.js or SignalR. In this post we will see how to install and run node.js in IIS 7 with iisnode.Get IIS ready to run node.Js application To run node.js application under IIS, we need to install node.js engine on server which can be download from htt... (more)
category: Web Dev | clicked: 18 | comment | | source: www.dotnetexpertguide.com
tags: IIS 7, IIS, Node.js
6
Shouts

Creating a quick Todo listing app on Windows using IIS7, Node.js and Mongodb

published 625 days, 16 hours, 3 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 626 days, 22 hours, 43 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 3:41:16 AM GMT
As I mentioned in my last post, more and more organizations are leaning towards Web Oriented Architecture (WOA) which are highly scalable. If you were exploring cool, scalable options to build highly performing web applications, you know what Node.js is for. After following the recent post from Scott Hanselman, I was up and running quickly with Node.js. In this post, I’ll explain step by step how I’ve setup Node.js and Mongodb to create a simple Todo listing application.Setting up Node.js This is what ... (more)
category: Architecture | clicked: 36 | 1 comment | | source: www.amazedsaint.com
tags: MongoDB, Scalability, Node.js
6
Shouts

Taking Baby Steps with Node.js – WebSockets - Jan Van Ryswyck - Elegant Code

published 746 days, 11 hours, 3 minutes ago posted by StevesSteves 747 days, 9 hours, 12 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 5:12:14 PM GMT
Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should “node_modules” Folders Pumping Data Between Streams Some Node.js Goodies The Towering Inferno Creating TCP Servers HTML5 is definitely one of the hot topics du jour. There are several technologies that are part of t... (more)
category: Web Dev | clicked: 7 | 2 comments | | source: elegantcode.com
tags: websockets, Node.js