本書について 本書は、Node.jsでのアプリケーション開発を始めようとする皆さんに、 ”高度な”JavaScriptについて知るべきあらゆることを解説します。 よくある”Hello World”チュートリアルの、はるか上をいくものです。 ステータス 貴方が読んでいるのは、... 続きを読む
Facebook Node SDK Facebook API Implementation in Node. Features Supports all Facebook Graph API, FQL, and REST API. Compatible with the official Facebook PHP SDK. Install To install the most recent release from npm, run: npm install facebook-... 続きを読む
Developers need control over their own environment! Cloud9 IDE is aiming to be the IDE for Javascript developers. We have all experienced the Eclipse variants and other Java or C++ IDE's for which webdevelopment and javascript was an aftertho... 続きを読む
This is a port of jQuery's Template Engine to nodejs http://github.com/jquery/jquery-tmpl Full API documentation of the original plugin http://api.jquery.com/category/plugins/templates/ Note: currently not implemented: wrap tag and tmplItem m... 続きを読む
In the last post I showed you how to get started with Node.js on Windows. Easy, wasn’t it? Remarkably so since there was no install requirement. This time we are going to tweak the system a bit then learn how to return static files like plai... 続きを読む
an unobtrusive framework initiative for node.js No one agrees on frameworks. It's difficult to get consensus on how much or how little a framework should do. Flatiron's approach is to package simple to use yet full featured components and let... 続きを読む
Async.js Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with node.js, it can also be used directly in the browser. Async provides ar... 続きを読む
Connect connect - high performance middleware framework for node Connect is a high performance middleware framework for node featuring robust middleware for serving static files, advanced routing, cookie and session implementations, error han... 続きを読む
Request -- Simplified HTTP request method Install npm install request Or from source: git clone git://github.com/mikeal/request.git cd request npm link . Super simple to use Request is designed to be the simplest way possible to make http cal... 続きを読む
CoffeePack An implementation of the MessagePack serialization format in CoffeeScript for Node.js and the browser. MessagePack is a binary-based object serialization library. It's like JSON but much more space efficient. Node Installation npm ... 続きを読む
node-msgpack is an addon for NodeJS that provides an API for serializing and de-serializing JavaScript objects using the MessagePack library. The performance of this addon compared to the native JSON object is quite good, and the space requir... 続きを読む