background preloader

Node.js

Facebook Twitter

Creationix/nvm. Passport - Simple, unobtrusive authentication for Node.js.

Frameworks/Modules

AppFog: PaaS for Public and Private Clouds. Welcome to Cloud Foundry. Node.js. Blog rolling with mongoDB, express and Node.js. Static Version Article and Code updated by loarabia (Larry Olson).

Blog rolling with mongoDB, express and Node.js

Article and Code updated by Toby Clemson In this article I hope to take you through the steps required to get a fully-functional (albeit feature-light) persistent blogging system running on top of node. The technology stack that we'll be using will be node + express + mongoDB all of which are exciting, fast and highly scalable. You'll also get to use jade and stylus for driving the templated views and styling! This article will be fairly in-depth so you may want to get yourself a rather large mug of whatever beverage you prefer before you settle down :) Getting Started / Pre-Requisites. mongoDB Installation is as simple as downloading the installer from here. Node.js I'll assume that you already have an installed version of node.js (why else would you be looking at a how-to?! Npm npm search Getting hold of express Installing express on your system is as easy as: // You may need to run this under sudonpm install express -g.

Node.js - ExpressJS How to structure an application. Develop a RESTful API Using Node.js With Express and Mongoose... Web Development and Software Engineering. Dracoblue.net Category: node-facebook-client DracoBlue.net > Recent Files SA-MP Client 0.3z R1 1516475x SA-MP Server 0.3z R1 127879x Spludo 1.0.3 1752x PhpDebugToolbar 1.3.0 690x YtMooPlayer.js 1.0.1 1256x Advertisement Recent Dev-Articles About Blogroll Valid HTML 5 Valid CSS 3.

Web Development and Software Engineering

Node-js_playground. Node.js cloud products and services. Iris Couch. Windows Azure : Plateforme Cloud de Microsoft. Joyent - Home. Npm. Chriso/node-validator. NodeCloud - Node.js resources. Server-Side Javascript Injection. The Node Beginner Book » A comprehensive Node.js tutorial. How To Node - NodeJS. Spreading the Node.js love in the City of Brotherly Love.

A Brief Introduction to REST. You may or may not be aware that there is debate going on about the “right” way to implement heterogeneous application-to-application communication: While the current mainstream clearly focuses on web services based on SOAP, WSDL and the WS-* specification universe, a small, but very vocal minority claims there’s a better way: REST, short for REpresentational State Transfer.

A Brief Introduction to REST

In this article, I will try to provide a pragmatic introduction to REST and RESTful HTTP application integration without digressing into this debate. I will go into more detail while explaining those aspects that, in my experience, cause the most discussion when someone is exposed to this approach for the first time. Key REST principles Most introductions to REST start with the formal definition and background.

Give every “thing” an ID I’m using the term “thing” here instead of the formally correct “resource” because this is such a simple principle that it shouldn’t be hidden behind terminology. Link things together.