Browse by Tags

All Tags » Node.js (RSS)

Creating and Deploying Windows Azure Web Sites with Microsoft WebMatrix 3 by shiju

Microsoft WebMatrix is a free, lightweight and cloud-connected web development tool which can be used for building and deploying Windows Azure Web Sites. Microsoft WebMatrix supports ASP.NET, Node.js and PHP. A while ago I have written a post  Building...

Automating Windows Azure with Windows Azure CLI by shiju

Recently, Microsoft Windows Azure team has announced the release of azure-cli 0.6.10 which can be used for automating Windows Azure in an easy and elegant manner. The azure-cli is a Node.js based cross platform command line tool for Windows Azure, which...

Building and Deploying Windows Azure Web Site with Node.js and MongoDB by using Microsoft WebMatrix by shiju

In this blog post, I will demonstrate how to build a web app with Node.js and MongoDB, and will deploy it on Windows Azure as a Windows Azure Web Site. Firstly, I will create a web site with Node.js, Express.js, Mongoose and MongoDB. Then I will create...

Technology Predictions for 2013 by shiju

The year 2012 was the year of hypes and we had lot of discussions about Cloud, Big Data and Enterprise Mobility. The year 2013 will be the year, where we can see lot of hypes will become realities. Just going behind the hypes will not help you, but a...

Slides and Code for my Node.js Talk in FOSS.IN by shiju

I did a presentation on Node.js at FOSS.IN 2012, in Bangalore, India. The title of the talk was “Building Web Apps with Node.js”. The slides used for the talk can download from here and the source code can download from Github at https://github.com/shijuvar...
Filed under: , ,

Microsoft TypeScript : A Typed Superset of JavaScript by shiju

JavaScript is becoming a ubiquitous programming language for the web, and the popularity of JavaScript is increasing day by day. Earlier, JavaScript was just a language for the browser. But now, we can write JavaScript apps for browser, server and mobile...

CRUD demo in Node.js with Windows Azure SQL Database by shiju

Microsoft has recently announced the preview release of Microsoft Driver for Node.JS for SQL Server which allows the Node.js developers to connect Microsoft SQL Server database and Windows Azure SQL database. This is a great addition to the tool set for...

Building and Deploying Windows Azure Web Sites using Git and GitHub for Windows by shiju

Microsoft Windows Azure team has released a new version of Windows Azure which is providing many excellent features. The new Windows Azure provides Web Sites which allows you to deploy up to 10 web sites  for free in a multitenant shared environment...

Developing and Deploying Node.js Express Web App on Windows Azure by shiju

In my last post Beginner’s Guide to Node.js on Windows Azure , I have introduced Node.js and Windows Azure Tools for Node.js. In this post, I will demonstrate how to develop and deploy a Node.js web app using Windows Azure PowerShell for Node.js. In this...

Beginner’s Guide to Node.js on Windows Azure by shiju

In this post, I will provide an introduction to Node.js and Windows Azure tools for Node.js and will also provide few resources to start and develop Node.js apps on Windows Azure. Introduction to Node.js The Node.js website is given the following introduction...
More Posts Next page »