Aug 24, 2011

A week into learning node.js, express, mongodb

Recently, I blogged about OOF platforms. Right now, I am experimenting with a full functional stack of technologies:

  • Javascript on the client - browser
  • Javascript on the server - node.js
  • Javascript on the database - mongodb
I started off by creating a 'marketing' app: Affiliate Management. This app allows any marketing group to create and maintain website affiliates for passing/ receiving customer data. Initial checkin focuses on the passing data to affiliates. 

Currently, I am working on the infrastructure support - how to manage application users. The hope is to start with plain authentication: the regular username/ password; and then augment it later on to add OAuth, and OpenID support.

My hope is to get the app running into IaaS cloud. Keep tuned.

The code is hosted on github: https://github.com/srohatgi

No comments: