Patrick Catanzariti shows how to create an Arduino based remote control for Mac OSX using Node.js, johnny-five and AppleScript.
Tag: Learn-Node-JS
The Jawbone UP is a popular fitness tracker. Patrick Catanzariti demonstrates how authenticate a Node.js server with the Jawbone API and return user data.
Can you write JavaScript code which runs on the client and server? Craig discusses a pragmatic isomorphic approach.
This article explores the basics of Node's readable and writable streams.
This article explains how to send email using Node.js.
Craig examines the features of Pleeease -- an all-in-one CSS post-processor that joins files, adds prefixes, packs media queries, minifies code, and more.
This article looks at 10 simple tasks that can improve performance of a Node.js web application.
This article explains how Express 4 is used to easily create RESTful APIs.
Have you ever wanted to work with local npm modules elegantly? In this video I introduce the "npm link" command, which helps you solve this issue.
This article explains the concept of JSON Web Tokens, or JWTs. The article covers how JWTs are used to authenticate API requests.
This article provides a high level introduction to Node.js. The reader will learn how to create a simple Node.js application.
This article shows how Docker can be used to test a Node.js project across multiple versions quickly and easily.
Alexander Cogneau digs down into the way Node.js is coded around events and the potentially powerful role of EventEmitter.
This article introduces the Node.js streams API. An example application is also included which demonstrates readable and writable streams.
This article introduces web scraping in Node.js. An example scraper is created using the request and cheerio modules.
This article shows readers how to make HTTP requests from their Node.js applications. The HTTP requests are created using the request module.
This article introduces the basics of the Node.js file system module.
This article continues the series of posts introducing Node.js. This particular post focuses on HTTP authentication in Node.js.
This article continues the exploration of Node.js. In this article, a very basic HTTP server is created using Node.js.