Wednesday, November 09, 2011

node.js for IIS

podcast:
Tomasz Janczuk Builds Web Apps with node.js - .NET Rocks!


Node.js is all about building scalable network programs, typically using HTTP. Tomasz (Microsoft dev manager) talks about how node.js can run as a standalone application that can completely replace a web server, as well as run within IIS as iisnode. iisnode is an implemenation of node.js as a native IIS module.

NoSQL "real deal" MongoDB

Production Deployments - MongoDB


MongoDB (from "humongous")
is a scalable, high-performance, open source, document-oriented database.
Written in C++.