javascript.js
80
“About javascript and node.js”
Curated by NodeJS-News.com
42.3K Views
Scoop.it Score 80
Visitors Loading...
Created Nov 4, 2011
Created by NodeJS-Ne...
Updated May 25
Posts 1293
Followers 144
Reactions 1335
Filter

Or select a Tag
Suggest
Follow
Easily Publish Gorgeous Magazines with Scoop.it.
Catch attention on what matters by curating content on your favorite topic.
See How
www.slideshare.net - December 2, 2011 6:52 PM

Node.js - Best practices

Second talk given at the munich node.js user group meeting on Dec 1, 2011.
Share
1
Reactions on this post
NodeJS-News.com shared this post on Twitter. (December 2, 2011 6:52 PM)
NodeJS-News.com is also curating
arm itwars greenit vmware
Discover Topics NodeJS-News.com is following
Nodejs-code Node.js Actualités de l'open source Tourisme sur le Bassin d'Arcachon Le Cap-Ferret
Scooped on:
javascript.js
www.nodejs-news.com - April 20, 2:25 PM

Build Node.JS on ARMv5 DockStar, ARMv6 RaspberryPI | Node.js News

NodeJS News : How to build Node.JS on ARMv5 and ARMv6 platforms from source files.
Share
3
www.nodejs-news.com - May 24, 11:42 AM

Mojito - Yahoo's NodeJS based Multi Device Application Framework | Node.js News

NodeJS News : David Shariff Engineer at Yahoo! gave a talk on Mojito Framework based on Node.js and targeting multi devices.
Share
1
www.nodejs-news.com - May 12, 4:37 AM

Mobile HTML5 app at LinkedIn using Node.js | Node.js News

NodeJS News : Kiran Prasad, Director of Engineering, Mobile at LinkedIn talk about LinkedIn's experience building their mobile app using both native, web technologies and node.
Share
4
www.nodejs-news.com - May 8, 3:25 PM

Nodetime benchmark node.js app | Node.js News

NodeJS News : Use Nodetime to profile your Node.js app, send profiling data to the Nodetime server, which forwards it to a browser in real-time.
Share
0
www.nodejs-news.com - April 26, 2:17 AM

Jumping into NodeJS Meteor | Node.js News

NodeJS News : Jumping into NodeJS Meteor framework.
Share
1
www.nodejs-news.com - April 22, 1:24 PM

Monitor social endorsement using Node.JS | Node.js News

NodeJS News : Let's have some fun with Regular Expressions to Monitor social endorsement of a blog post.
Share
2
www.nodejs-news.com - April 20, 5:15 PM

Getting to Node.JS Nirvana | Node.js News

NodeJS News : Video conferences on Node.JS, Windows Azure, held at Microsoft.
Share
1
www.infoq.com - May 25, 3:27 PM

InfoQ: Cloud Foundry: Design and Architecture on PaaS and node.js

Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Share
2
dailyjs.com - May 25, 3:15 PM

DailyJS: Ender Roundup: tablesort.js, Moment.js, jwerty, SelectNav.js, ...

javascript javascript javascript and js :p

Share
1
tbranyen.com - May 25, 9:11 AM

Thoughts on Development using CouchDB with Node.js | Tim Branyen @tbranyen

I was recently on a client facing project for Bocoup and needed to store millions of tweets that contained sentiment analysis of the text. From this sentiment gathered along with other various metadata, I was tasked with creating a scalable API that could query/filter the data retrieved.

This post will discuss the Why and the How behind my first experience with CouchDB and how I created a better development environment in order to deliver a polished product.

Share
1
williamjxj.wordpress.com - May 25, 4:59 AM

NodeJS & Express: Upload Images

NodeJS & Express: Upload Images There is an excellent article showing to use Node.js and Express to upload file/image. For the upload form:
Share
1
blog.cloudfoundry.com - May 24, 4:22 PM

Cloud Foundry Supports Node.js Modules with NPM

We are pleased to announce support for npm (Node Package Manager) which manages Node.js application module dependencies on CloudFoundry.com. The popularity of Node.js can be partially attributed to its strong ecosystem that has created modules for...
Share
1
blog.ipseitycloud.com - May 24, 4:28 PM

deploy de una app node.js a cloudno.de

En esta ocasion vamos a ver como hacer el deploy de tu aplicacion node.js a cloudno.de, existen otros servicios mas comunes como heroku o nodester, que tambien son muy recomendables pero para esta ocasion usaremos este que en lo personal me ah servido mucho y su ayuda cada vez que me encuentro algun problema siempre es rapida y buena, ademas de que puedes poner bases de datos coudb y redis si asi lo requires, el servicio esta en fase beta y gratuito, muy recomendable

Share
1
gist.github.com - May 25, 5:48 PM

Tips for Writing Portable Node.js Code — Gist

Tips for Writing Portable Node.js Code
(This is the kind of thing I should put on my hypothetical blog.)

I'm a Node.js user... on Windows. (Gasp!) And here are some of the issues I face every day

Share
2
nodeblog.cloudapp.net - May 25, 5:12 PM

Develop on Mac, host on GitHub, and deploy to Windows Azure - Node.js on Windows Azure

All about Node.js on Windows Azure....
Share
1
www.nodejs-news.com - May 17, 4:32 PM

Build effective html5 app with node.js socket.io Twitter bootstrap | Node.js News

NodeJS News : Build a effective Twitter stream client on top of Socket.io and Twitter Bootstrap.
Share
3
www.nodejs-news.com - May 11, 12:45 PM

The rise of JavaScript | Node.js News

NodeJS News : A Oreilly Radar video on JavaScript rise from Desktop to mobile ann to server.
Share
1
www.nodejs-news.com - May 4, 3:29 PM

Deploy Node.js app on CloudFoundry | Node.js News

NodeJS News : Deploy Spring and Node.js applications to CloudFoundry.com and Micro Cloud Foundry.
Share
1
www.nodejs-news.com - April 26, 1:12 PM

Node Philly Conference 2012 | Node.js News

NodeJS News : Video conferences on Node.JS helt at Philadelphia in April 2012.
Share
1
www.nodejs-news.com - April 25, 1:59 PM

Fun Node.js Videos | Node.js News

NodeJS News : Some funny Node.js videos.
Share
1
vimeo.com - May 25, 3:53 PM

Node.js - Programming for Chaos

George Ornbo shares the latest in Node.js, a software system designed for writing scalable Internet applications using event-driven, asynchronous I/O to minimize overhead and maximize scalability.
Share
1
whichlight.com - May 25, 3:18 PM

Using node.js event streams and leafletjs to display geotagged tweets on a world map

I thought it would be cool to see tweets come in live using the Twitter Streaming API querying with location.  When there is a location bounding box, all tweets that come in have geocoordinates (though a small fraction are null).
Share
1
dailyjs.com - May 25, 9:11 AM

DailyJS: Windows and Node: Writing Portable Code

I’ve been surveying popular Node modules and the nodejs Google Group to find common portability issues people have found when testing modules in Windows.

Share
1
github.com - May 25, 5:18 AM

node-x11 X11 protocol client for node.js

X11 protocol native client for node.js. Contribute to node-x11 development by creating an account on GitHub.
Share
1
51elliot.blogspot.fr - May 25, 4:59 AM

51 Elliot: A Simple Introduction to Behavior Driven Development in NodeJS with Mocha

I recently had a chance to get familiar with the Mocha test framework for NodeJS and wanted to provide a really simple introduction to it. Assuming you have node and npm installed, you'll want to install mocha as a global npm module, which means using the -g flag.

Share
1
filiptepper.github.com - May 24, 4:42 PM

Polyglot image processing performance shootout with Ruby, Node.js and Go

It doesn’t matter what you use for on-the-fly image processing over HTTP.

Share
1
1 2 3 4 52 Next