Upcoming Node.js stories

Building a Simple REST API using Node.js with MongoDB and Mongoose(weblogs.asp.net)

submitted by mvcguymvcguy(265) 7 days, 3 hours ago

Building a REST API using Node.js with NoSQL database MongoDB. This demo app will be using MongoDB object modeling tool Mongoose to connecting with MongoDB from the Node app. read more...

add a comment |category: |Views: 6

tags: another

Building a Node.js + Express.js + Jade CoderWall + Geekl.st Portfolio(compositecode.com)

submitted by adronadron(835) 11 days, 14 hours ago

Part 2 will be coming soon... get a node.js site started with express.js, ready for a mash up. Alright, diving right in. First, get an express.js application setup and install all the dependencies. Creating the Express.js Web Application Next get a basic app with a message built. This will m... read more...

add a comment |category: |Views: 18

tags: another

HTML 5 WebSockets Resources(jameslewiscv.com)

submitted by JamesLewisAwesomeJamesLewisAwesome(75) 2 months, 4 days ago

Collection of useful resources on HTML 5 WebSockets. read more...

add a comment |category: |Views: 6

tags: another

How to enable logging between Node.js and Azure(blogs.msdn.com)

submitted by mh415mh415(5) 3 months, 7 days ago

Node.js is officially supported on Azure with an open source SDK from Microsoft. Here's a tip on how to enable logging using the SDK. read more...

add a comment |category: |Views: 2

tags: another

Starting TeamCity builds from HipChat using Github Hubot(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 3 months, 18 days ago

After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room. So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. read more...

add a comment |category: |Views: 5

tags: another