Nodejs-code
239.8K views | +0 today
Follow
Nodejs-code
The best resources of the Node.js universe
Curated by nodejs-code
Your new post is loading...
Your new post is loading...
Scooped by nodejs-code
Scoop.it!

Building a mobile app API using Drupal, Node.js and MongoDB | Tom Deryckere

Building a mobile app API using Drupal, Node.js and MongoDB | Tom Deryckere | Nodejs-code | Scoop.it
nodejs-code's insight:

In February 2012 our team at ConsumerSearch launched the ConsumerSearch Reviews iOS app. This handsome app helps you during your product purchase by providing extensive product reviews, comparisons, pricing information and online and local store product availability.

Kun Le's curator insight, July 7, 2013 10:55 AM

add your insight...

 

Nadir Palacios's curator insight, October 17, 2013 12:16 PM

A good introduction.

Scooped by nodejs-code
Scoop.it!

The Case For A Node.js Framework

The Case For A Node.js Framework | Nodejs-code | Scoop.it
nodejs-code's insight:

I’ve been a contributor and user of the Big framework since last December. Big itself is about 10 lines long. Using the resource module, Big is able to create a system where libraries written with it, calledresources, all have hookable, composable, reflectable and standardized APIs. With resource’s persistence features, developers are able to persist data to arbitrary databases using jugglingdb and simple CRUD methods.

No comment yet.
Suggested by Guilherme Bueno
Scoop.it!

Getting Started with Node.js on Heroku | Heroku Dev Center

Creating, configuring, deploying and scaling Node.js applications on Heroku, using NPM dependency management, as well as a database and add-ons.
Benjamin Dean's curator insight, February 17, 2014 10:11 AM
This should have a McDonald's logo on it because... I'm lovin' it.
Scooped by nodejs-code
Scoop.it!

Node.js and WebRTC go Together Like Peanut Butter and Chocolate - BlogGeek.me

Node.js and WebRTC go Together Like Peanut Butter and Chocolate - BlogGeek.me | Nodejs-code | Scoop.it

Who doesn’t love peanut butter and chocolate? By themselves, they are equally delicious but together, they are irresistible!

The same can now be said about Node.JS and WebRTC. Node.JS is an asynchronous, server-side JavaScript engine powered by Chrome’s V8 JS engine.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Raspberry Pi and Node.JS: Basic Setup | Matt's Blog

Raspberry Pi and Node.JS: Basic Setup | Matt's Blog | Nodejs-code | Scoop.it

I hade some time to play around with my Raspberry Pi. The primary goal was to have a basic setup for Node.JS 0.10.x with Raspbian “wheezy” (Hard-float) on a Raspberry Pi.

 
Greg Thompson's curator insight, October 30, 2013 6:30 AM

The best way to create a server on a Raspberry Pi is to use Node.js, Express and all the available community packages for that environment.

Scooped by nodejs-code
Scoop.it!

Next Generation Load Balancing — blog.nodejitsu.com

Next Generation Load Balancing — blog.nodejitsu.com | Nodejs-code | Scoop.it
nodejs-code's insight:

On March 6th - March 8th, Nodejitsu experienced our worst service disruption to date. Following this series of outages, we immediately reallocated our Engineering and DevOps resources so as to properly assess the damage done and to fix some of our core infrastructure to ensure it never happens again.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Converting a C library to gyp — n8.io

TooTallNate's Blog
nodejs-code's insight:

gyp, short for "Generate Your Projects", is a build system written by Google that was specifically designed to build their Chromium web browser.gyp makes it easy to develop such a large project because the developers can create and test each piece individually by defining self-contained "targets". Then at Release-time, gyp makes it easy to stitch the "targets" together into a single statically linked executable. Ryan Dahl once called it "the module-system of C".

No comment yet.
Scooped by nodejs-code
Scoop.it!

Scaling Node.js Applications

Scaling Node.js applications can be a challenge. JavaScript's single threaded nature prevents Node from taking advantage of modern multi-core machines. For example, the following code implements a ...
No comment yet.
Scooped by nodejs-code
Scoop.it!

Writing Node.js Native Extensions

nodejs-code's insight:

I am going to walk through several examples of using C++, but first lets look at what a Node.js Module written in Javascript that provided an equivalent class would look like.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Content with Style - Long polling example with node.js

nodejs-code's insight:

Here's a little long polling example that I have thrown together while playing around with node.js. I must say it's a pretty slick tool. Anyone familiar with JavaScript suddenly can create powerful server side applications.

No comment yet.
Scooped by nodejs-code
Scoop.it!

GoSquared Engineering — Optimising NginX, Node.JS and networking for heavy workloads

GoSquared Engineering — Optimising NginX, Node.JS and networking for heavy workloads | Nodejs-code | Scoop.it
nodejs-code's insight:

Used in conjunction, NginX and Node.JS are the perfect partnership for high-throughput web applications. They’re both built using event-driven design principles and are able to scale to levels far beyond the classic C10K limitations afflicting standard web servers such as Apache.

No comment yet.
Scooped by nodejs-code
Scoop.it!

boomphisto: Node.js + Express + Leaflet + PostGIS = Awesome Maps

boomphisto: Node.js + Express + Leaflet + PostGIS = Awesome Maps | Nodejs-code | Scoop.it
nodejs-code's insight:

Express can be installed by installing Node, and NPM (Node Package Manager), which simplifies the installation of Node based packages.  Once these are installed you can install Express.

No comment yet.
Scooped by nodejs-code
Scoop.it!

: Chat Evolution — Node.js and Socket.IO

nodejs-code's insight:

With node.js and socket.io we can enjoy better performance, a bidirectional push communication between a server and a JavaScript client and even the support for all the browsers. Socket.io can work with several transports in order to support even old browsers like IE6 (RiP(.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Test-Driven Node.js Development with Grunt - Mark Dalgleish

One of the great things about working in a Node.js environment is that it encourages you to break your work down into discrete modules. Separating …
No comment yet.
Suggested by David Boclé
Scoop.it!

Node.js Events | Nettuts+

Node.js Events | Nettuts+ | Nodejs-code | Scoop.it
In this lesson, we'll continue on with my Node.js: Step by Step series, and dig into events! Download Video
No comment yet.
Scooped by nodejs-code
Scoop.it!

Step-by-Step Node.js Guide for Realtime Monitoring and Scaling | OpenShift by Red Hat

Step-by-Step Node.js Guide for Realtime Monitoring and Scaling | OpenShift by Red Hat | Nodejs-code | Scoop.it
Step-by-Step Guide to Realtime Monitoring and Scaling for Node.js applications. Try it out for free.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Daddy, what's a stream? - How To Node - NodeJS

Learn the zen of coding in NodeJS.
No comment yet.
Scooped by nodejs-code
Scoop.it!

5 Talks to Learn More About Node.js

I know that we all learn differently and one of the easiest ways to learn is visually. Your time is important, so I've compiled a list of some of the most relevant Node.js talks that have occurred over the past few years.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Felix's Node.js Style Guide

nodejs-code's insight:

There is no official document that governs the style of node.js applications. This guide is my opinionated attempt to bring you a good set of instructions that will allow you to create beautiful and consistent software.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Websockets Over SSL: HAProxy, Node.js, Nginx

nodejs-code's insight:

A little while back I bemoaned the state of server technology for secure websockets, as I was at the time putting in work on a Socket.io side project that needed to be HTTPS only. In due course that led a later post to outline a server setup that involved Stunnel and Varnish as the frontend proxies. It was a little Rube Goldberg, but worked nonetheless.

 
tada's curator insight, June 8, 2014 6:40 PM

This is my test of scoop

Scooped by nodejs-code
Scoop.it!

Using Node.js for Javascript Analysis

Using Node.js for Javascript Analysis | Nodejs-code | Scoop.it
I always find a need to check out some javascript, even when I know it's malicious I still have to know what it is doing. Doing it safely is always a good idea. Recently I found that Node.js works perfectly for this.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Why NoSQL Trumps Relational Databases for Mobile Applications

Mobile application development has taken off in recent years. The shift toward smartphones and tablets has given a huge boost to the number of mobile device users across the globe. Because of this growing community of mobile ...
No comment yet.
Scooped by nodejs-code
Scoop.it!

Peer Dependencies

nodejs-code's insight:

npm is awesome as a package manager. In particular, it handles sub-dependencies very well: if my package depends on request version 2 and some-other-library, but some-other-library depends on request version 1, the resulting dependency graph looks like...

No comment yet.
Scooped by nodejs-code
Scoop.it!

M database gets a boost from node.js, project needs developers | opensource.com

M database gets a boost from node.js, project needs developers | opensource.com | Nodejs-code | Scoop.it
M database gets a boost from node.js; project needs developers as node.js gives new hope to healthcare IT.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Our First Node.js App: Backbone on the Client and Server - Airbnb Engineering

Our First Node.js App: Backbone on the Client and Server - Airbnb Engineering | Nodejs-code | Scoop.it
nodejs-code's insight:

The performance gains are an awesome side effect of this design.  In testing, we're using a metric we call "time to content", inspired by Twitter's time to first tweet.

No comment yet.