並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 242件

新着順 人気順

node-libの検索結果1 - 40 件 / 242件

  • node.js のメトリクスの計測、ベンチマークの改善、Docker イメージの絞り方を勉強した

    フロントエンドのパフォーマンス計測は得意なのだが、サーバーサイド node.js のメトリクスの取り方はあまり知らなくて、いつも勘でやりがちだった。最近は業務でこの周辺で困ることが増えたので、勉強しなおした。 また、最近使ってみたかった cloudflare workers の制限で、メモリ 128MB、CPU 時間 50ms という制約があり、このためにも Node.js の CPU のメトリクスを計測できるようになっておく必要があった。 という目的を踏まえて、今回は OS やデータベースの最適化は扱わず、ネットワークとアプリケーション層だけに絞って学習した。あと仕事の Docker イメージのサイズにも悩んでたので、ここも。 (あと ISUCON 参加者が楽しそうだったのもある。 ISUCON のチューニング対象にフロントエンドは含まれないので…) 計測対象 今回実験したリポジトリはこ

      node.js のメトリクスの計測、ベンチマークの改善、Docker イメージの絞り方を勉強した
    • Node.js — Node v4.0.0 (Current)

      The collaborators of the Node.js project and the members of the Node.js Foundation are proud to offer v4.0.0 for general release. This release represents countless hours of hard work encapsulated in both the Node.js project and the io.js project that are now combined in a single codebase. The Node.js project is now operated by a team of 44 collaborators, 15 of which form its Technical Steering Com

        Node.js — Node v4.0.0 (Current)
      • 最新版TypeScript 3.0+Webpack 4の環境構築まとめ(React, Vue.js, Three.jsのサンプル付き) - ICS MEDIA

        TypeScriptはMicrosoftが開発するプログラミング言語です。JavaScriptのスーパーセットという位置づけで、静的型付けなど強力な言語機能を備えています。TypeScriptは高度なウェブアプリケーションの開発で使われることが多く、Google社内の標準言語として2017年に採用されるなど、注目が高まっています(参考記事『Google社内の標準言語としてTypeScriptが承認される - Publickey』)。 ▲TypeScriptの公式サイト TypeScriptはコンパイラによってJavaScriptのコードが得られますが、TypeScriptのコンパイラにはECMAScript Modules(ES Modules = importやexport文のこと)をまとめる機能が提供されていません。そのため、ES ModulesのJSファイルをまとめるモジュールバンド

          最新版TypeScript 3.0+Webpack 4の環境構築まとめ(React, Vue.js, Three.jsのサンプル付き) - ICS MEDIA
        • フルスクラッチして理解するOpenID Connect (1) 認可エンドポイント編 - エムスリーテックブログ

          こんにちは。デジカルチームの末永(asmsuechan)です。 この記事では、OpenID Connect の ID Provider を標準ライブラリ縛りでフルスクラッチすることで OpenID Connect の仕様を理解することを目指します。実装言語は TypeScript です。 記事のボリュームを減らすため、OpenID Connect の全ての仕様を網羅した実装はせず、よく使われる一部の仕様のみをピックアップして実装します。この記事は全4回中の第1回となります。 なお、ここで実装する ID Provider は弊社内で使われているものではなく、筆者が趣味として作ったものです。ですので本番環境で使用されることを想定したものではありません。なんなら私は ID Provider を運用する仕事もしておりません。 1 OAuth 2.0 と OpenID Connect 1.1 用語の

            フルスクラッチして理解するOpenID Connect (1) 認可エンドポイント編 - エムスリーテックブログ
          • Node.js — Node v5.0.0 (Current)

            Say hello to Node.js v5! It's true that we only recently released Node.js v4.0.0, however this new release doesn't mean that v4 is going away. In fact, v4 is going to live for a lot longer than v5. According to our new LTS (Long-term Support) plan, Node.js v4 Argon will continue to be supported for 30 months, ending in April 2018. This new version of Node.js, however, will only be supported for 8

              Node.js — Node v5.0.0 (Current)
            • Node.js Dual Packages (CommonJS/ES Modules) に対応した npm パッケージの開発 - Cybozu Inside Out | サイボウズエンジニアのブログ

              こんにちは。フロントエンドエキスパートの平野(@shisama_)です。 フロントエンドエキスパートチームでは業務時間の 30 % の時間で技術探究を行っています。 今回は探究した技術の中から Node.js の ES Modules(以下 ESM)についてと Dual Package (CommonJS/ES Modules) に対応した npm パッケージの開発について紹介します。 ES Modules の特徴 ESM はブラウザ互換 ESM は Strict モード ESM は非同期 ESM は静的解析可能 Node.js の ESM 対応について Dual Package(CJS/ESM)に対応した npm パッケージの開発 Conditional Exports によるファイルの指定 .mjs と .cjs require など CJS 特有の機能を使う ESMから CJS ファ

                Node.js Dual Packages (CommonJS/ES Modules) に対応した npm パッケージの開発 - Cybozu Inside Out | サイボウズエンジニアのブログ
              • 最新版TypeScript+webpack 5の環境構築まとめ(React, Three.jsのサンプル付き) - ICS MEDIA

                TypeScriptはMicrosoftが開発するプログラミング言語です。JavaScriptのスーパーセットという位置づけで、静的型付けなど強力な言語機能を備えています。TypeScriptは高度なウェブアプリケーションの開発で使われることが多く、Google社内の標準言語として2017年に採用されるなど、注目が高まっています(参考記事『Google社内の標準言語としてTypeScriptが承認される - Publickey』)。 ▲TypeScriptの公式サイト TypeScriptはコンパイラによってJavaScriptのコードが得られますが、TypeScriptのコンパイラにはECMAScript Modules(ES Modules = importやexport文のこと)をまとめる機能が提供されていません。そのため、ES ModulesのJSファイルをまとめるモジュールバンド

                  最新版TypeScript+webpack 5の環境構築まとめ(React, Three.jsのサンプル付き) - ICS MEDIA
                • Node.js — Node v6.0.0 (Current)

                  It's here! Just three days shy of exactly six months after we released v5.0.0, the Node.js Foundation is happy to announce that Node.js v6 is available and ready for use! This new major version of Node.js delivers significant improvements in performance, reliability, usability and security. Module loading is nearly four times faster than in Node.js v4, tests and documentation have seen significant

                    Node.js — Node v6.0.0 (Current)
                  • Node.js — Node v0.12.0 (Stable)

                    We are excited to announce the availability of Node.js v0.12! It has been a long process, and we want to thank contributors and all of the community who waited patiently for this event. Node.js has such a vibrant and enthusiastic community, and we're very lucky to have you all supporting us. Node.js has seen many changes between v0.10 and v0.12. There is a listing of changes documented on the wiki

                      Node.js — Node v0.12.0 (Stable)
                    • Node.js — Node v0.10.0 (Stable)

                      I am pleased to announce a new stable version of Node. This branch brings significant improvements to many areas, with a focus on API polish, ease of use, and backwards compatibility. For a very brief overview of the relevant API changes since v0.8, please see the API changes wiki page. Streams2 In a previous post, we introduced the "Streams2" API changes. If you haven't reviewed the changes, plea

                        Node.js — Node v0.10.0 (Stable)
                      • フルスクラッチして理解するOpenID Connect (3) JWT編 - エムスリーテックブログ

                        こんにちは。デジカルチームの末永(asmsuechan)です。この記事は「フルスクラッチして理解するOpenID Connect」の全4記事中の3記事目です。前回はこちら。 www.m3tech.blog 9 JWT の実装 9.1 JWT概説 9.2 OpenID Connect の JWT 9.3 ヘッダーとペイロードの実装 9.4 署名の実装 公開鍵と秘密鍵を生成する 署名処理を作る 10 JWKS URI の実装 (GET /openid-connect/jwks) 11 RelyingParty で ID トークンの検証をする 12 OpenID Connect Discovery エンドポイントの実装 (GET /openid-connect/.well-known/openid-configuration) まとめ We're hiring 今回は全4回中の第3回目です。 (

                          フルスクラッチして理解するOpenID Connect (3) JWT編 - エムスリーテックブログ
                        • node.js + express の記述でハマりがちなこと | Singen-Zaregoto

                          node.jsは注目されている新技術であると同時にマニュアルやエラー例が少ないので、 先行技術を利用するが故にはまったこと、トピックス的なことをかきためる。 expressなんて「ソース読めって言ってんのか!」みたいなマニュアルしかないし。 バージョンは暫く0.4.7を利用。バージョンアップがかかれば最新をおっかけていく。 相対パスの取得がうまくいかない ソース: [javascript] require(“src/util”) [/javascript] エラー: [shell] node.js:134 throw e; // process.nextTick error, or ‘error’ event on first tick ^ Error: Cannot find module ‘src/util’ at Function._resolveFilename

                          • Nuxt.js v2.5.0がリリースされた(v2.5.1について追記) - Qiita

                            Nuxt.js v2.5.0 リリース 🎁 Nuxt.js v2.5.0 is out 🎁 💅 DX: Loading screen, TypeScript & nuxt -o 📦 Build: Babel 7.4 & Core-js 3 🚀 Performance improvements 🐞 30+ bug fixes 💚 30 contributors for this release Read more on https://t.co/zmSCcaO3oh pic.twitter.com/PL0etAy1DM — Nuxt.js (@nuxt_js) 2019年3月21日 Nuxt.js v2.5.0がリリースされました。大きな変更点をGithubから抜粋します。 Typescript DX No longer needed to install nuxt-ts fo

                              Nuxt.js v2.5.0がリリースされた(v2.5.1について追記) - Qiita
                            • CoffeeScriptでNode.jsアプリを書いてみる - ぱろっと・すたじお

                              すでにCoffeeScriptについてはいろいろ調べていて、 書いてみたりしたこともあったのですが、 Node.js自体はほぼノータッチでした いろいろすばらしいことはわかっていたものの、 なかなか触る機会がなくて・・・(´-ω-) 皆さんご存じだと思いますが、 「Node.js」は話題のサーバサイドJSの一つです ちょうど同時期に二大雑誌が特集してます WEB+DB PRESS Vol.64 作者: 柏木泰幸,松野紘明,林聖高,杉義宏,飯塚直,高橋征義,徳永拓之,Tehu(張惺),中島聡,おにたま出版社/メーカー: 技術評論社発売日: 2011/08/24メディア: 大型本購入: 17人 クリック: 714回この商品を含むブログ (16件) を見る Software Design (ソフトウェア デザイン) 2011年 09月号 [雑誌] 出版社/メーカー: 技術評論社発売日: 2011

                                CoffeeScriptでNode.jsアプリを書いてみる - ぱろっと・すたじお
                              • Node.js — Node v20.6.0 (Current)

                                Notable changes built-in .env file support Starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables. Your configuration file should follow the INI file format, with each line containing a key-value pair for an environment variable. To initialize your Node.js application with predefined configurations, use the following CLI command: node --env-file=config.env

                                  Node.js — Node v20.6.0 (Current)
                                • Node.js — Node v4.2.0 (LTS)

                                  We are proud to announce the release of Node.js v4.2.0 "Argon", the first release covered under the new Long Term Support plan! As an LTS release, support for v4.x will continue for a period of 30 months from today. This means that individuals and businesses building on Node.js will have a stable and supported platform on which to grow. For more details on what LTS means for Node.js, see Rod Vagg'

                                    Node.js — Node v4.2.0 (LTS)
                                  • Learn TypeScript Linting Part 1 - Mountain Top

                                    Learn TypeScript Linting Part 1 Written by: Ethan Arrowood TypeScript and ESLint This guide will show you how to set up ESLint with a TypeScript project. The guide is broken up into three sections. The first two are about setting up ESLint and configuring it to work with TypeScript. The last section contains additional context and a list of resources for those interested in learning more. Make use

                                    • Node.js — Node v10.0.0 (Current)

                                      Node.js 10.0.0 is the seventh major Node.js release since the launch of the Node.js Foundation. In October of 2018, it will become the next Active Long Term Support branch. Partially in celebration of the N-API native addon API graduating from experimental status, this Node.js release also comes with a coordinated experimental release of Node-ChakraCore that has full support for N-API and advances

                                        Node.js — Node v10.0.0 (Current)
                                      • フルスクラッチして理解するOpenID Connect (2) トークンエンドポイント編 - エムスリーテックブログ

                                        こんにちは。デジカルチームの末永(asmsuechan)です。この記事は「フルスクラッチして理解するOpenID Connect」の2記事目です。前回はこちら。 www.m3tech.blog 7. トークンエンドポイントの実装(POST /openid-connect/token) 7.1 アクセストークン 例 7.2 ID トークン 例 7.3 IDトークンを返す部分を作る 7.4 アクセストークンを返す 7.5 パラメーターの検証 7.6 認可コードの検証 7.7 クライアント認証 8 イントロスペクションエンドポイントを作る(POST /openid-connect/introspect) まとめ We're hiring 今回は全4回中の第2回目です。 (1) 認可エンドポイント編 (2) トークンエンドポイント編 (3) JWT編 (4) stateとnonce編 7. トーク

                                          フルスクラッチして理解するOpenID Connect (2) トークンエンドポイント編 - エムスリーテックブログ
                                        • Node.js — Node v7.0.0 (Current)

                                          Node.js v7 has arrived! This new major version of Node.js includes: V8 5.4 which brings along with 98% coverage of ES6 language features, improved reliability and performance, and a new experimental URL parser based on the WHATWG URL standard. As an odd numbered release, in accordance with our Long Term Support plan, Node.js v7 will be supported only until about June, 2017, with Node.js v8 current

                                            Node.js — Node v7.0.0 (Current)
                                          • Node.js — Node v5.1.0 (Current)

                                            Notable changes buffer: The noAssert option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) #3767. This makes the behavior match what the docs suggest. child_process: child.send() now properly returns a boolean like the docs suggest (Rich Trott) #3577. doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Fl

                                              Node.js — Node v5.1.0 (Current)
                                            • フルスクラッチして理解するOpenID Connect (4) stateとnonce編 - エムスリーテックブログ

                                              こんにちは。デジカルチームの末永(asmsuechan)です。この記事は「フルスクラッチして理解するOpenID Connect」の4記事目です。前回はこちら。 www.m3tech.blog 13 state の実装 14 nonce の実装 15 まとめ 16 参考 Wre're hiring! 今回は全4回中の第4回目です。 (1) 認可エンドポイント編 (2) トークンエンドポイント編 (3) JWT編 (4) stateとnonce編 13 state の実装 https://openid-foundation-japan.github.io/rfc6819.ja.html#anchor15 https://openid-foundation-japan.github.io/rfc6749.ja.html#CSRF state は OAuth 由来の仕様です。つまりアクセストーク

                                                フルスクラッチして理解するOpenID Connect (4) stateとnonce編 - エムスリーテックブログ
                                              • Node.js — Node v12.10.0 (Current)

                                                Notable changes deps: Update npm to 6.10.3 (isaacs) #29023 fs: Add recursive option to rmdir() (cjihrig) #29168 Allow passing true to emitClose option (Giorgos Ntemiris) #29212 Add *timeNs properties to BigInt Stats objects (Joyee Cheung) #21387 net: Allow reading data into a static buffer (Brian White) #25436 Commits [293c9f0d75] - bootstrap: run preload prior to frozen-intrinsics (Bradley Farias

                                                  Node.js — Node v12.10.0 (Current)
                                                • Connect ソースコードリーディング(2) - 基本処理フロー - hakobera's blog

                                                  はじめに 今回は、以下の Connect を使ったコードが内部的にどのように初期化され、リクエストの処理がどのように行われていくのかを解説します。 var connect = require('connect'); var server = connect.createServer( connect.logger(), connect.static(__dirname + '/public') ); server.listen(3000); 初期化処理フロー Connect の初期化処理フローは以下のようになっています。 require('connect') で connect 各種 export 処理 createServer メソッドで HTTPServer のインスタンスを生成 HTTPServer のコンストラクタで、middleware とリクエストハンドラを登録 server.

                                                    Connect ソースコードリーディング(2) - 基本処理フロー - hakobera's blog
                                                  • 外部コマンドを実行するNodeプログラムの作り方 - Shinnosuke Watanabe

                                                    Nodeではchild_process.spawn()などで特定のコマンドを別プロセスで実行することができますが、前提としてそのコマンドが実行可能な状態でなければなりません。当該コマンドにPATHが通っているかどうかはnode-whichなどで確認できますし、ドキュメントに「事前に◯◯というプログラムをインストールしてください」とリクワイアメントを書いておけば利用者は対応できます。 しかし、できることなら利用者にそのような手間をかけさせたくはありません。npm installコマンドひとつでNodeプログラムに必要なファイルは全て揃ってほしいものです。ではどうするのかというと、npmのパッケージと同じように必要ならバイナリーもダウンロードしてしまえば良いのです。このような、一見強引ながら極めて合理的な解決策を提供するのがbin-wrapperです。 bin-wrapperを使うbin-wr

                                                    • Node.js — Node v16.0.0 (Current)

                                                      Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs: remove permissive rmdir recursive (Antoine du Hamel) #37216 (SEMVER-MAJOR) fs: runtime deprecate rmdir recursive option (Antoine du Hamel) #37302 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('http_parser') (James M Snell) #37813 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('url') (James M Snell) #377

                                                        Node.js — Node v16.0.0 (Current)
                                                      • Node v12.13.0 (LTS) | Node.js

                                                        العربية Catalan Deutsch English Español زبان فارسی Français Galego Italiano 日本語 ქართული 한국어 Nederlands Português do Brasil limba română Русский Türkçe Українська 简体中文 繁體中文 This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move in

                                                          Node v12.13.0 (LTS) | Node.js
                                                        • TypeScriptのESMでハマる - くらげになりたい。

                                                          markdownからhtmlに変換したいなーと思い、 micromarkを使おうとしたら、 ES Modulesでかなりハマったので、その時の備忘録。 はじまり 今まで使っていたらちょっとしたツールのプロジェクトに、 micromarkをインストールしたら、こんなエラーが。。 $ npx ts-node sample.ts ./node_modules/ts-node/dist/index.js:842 return old(m, filename); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module ./src/node_modules/micromark/index.js from ./src/sample.ts not supported. Instead change the require of index.js in src/s

                                                            TypeScriptのESMでハマる - くらげになりたい。
                                                          • Node v11.1.0 (Current) | Node.js

                                                            Notable changes deps Updated ICU to 63.1. #23715 repl Top-level for-await-of is now supported in the REPL. #23841 timers Fixed an issue that could cause timers to enter an infinite loop. #23870 Commits [2c2e2b53ab] - benchmark: fix bench-mkdirp to use recursive option (Klaus Meinhardt) #23699 [787e13b41c] - build: expose more openssl categories for addons (Jonathan Cardoso Machado) #23344 [b8f3bb1

                                                              Node v11.1.0 (Current) | Node.js
                                                            • Node.js — Node v16.9.0 (Current)

                                                              Error cause Errors can now be optionally constructed with a cause option, pointing to another error. This adds a cause property on the new error: const error1 = new Error('Error one'); const error2 = new Error('Error two', { cause: error1 }); // error2.cause === error1 Contributed by Michaël Zasso - #39947 Other Notable Changes [34c627e4bc] - (SEMVER-MINOR) crypto: add RSA-PSS params to asymmetric

                                                                Node.js — Node v16.9.0 (Current)
                                                              • Node.js — Node v14.5.0 (Current)

                                                                Notable Changes V8 engine is updated to version 8.3 This version includes performance improvements and now allows WebAssembly modules to request memories up to 4GB in size. For more information, have a look at the official V8 blog post. Contributed by Matheus Marchini and Michaël Zasso - #33376. Initial experimental implementation of EventTarget This version introduces an new experimental API Even

                                                                  Node.js — Node v14.5.0 (Current)
                                                                • CentOS 5.8にNode.jsをインストール - ZeBeVogue別館

                                                                  Node.jsのインストールには以下の通りいくつか方法があるようです。 ソースからコンパイル nvmからインストール 公式サイトバイナリをインストール yumでインストール 複数のバージョンを入れられるnvmが便利なのですが、CentOS 5系だとPython 2.7.3を入れる必要があります。また、Node.js v0.8.6からバイナリが提供されるようになりましたが、glibcのバージョンが古いため、実行時にエラーになりました。 yum $ wget http://nodejs.tchol.org/repocfg/el/nodejs-stable-release.noarch.rpm $ yum localinstall --nogpgcheck nodejs-stable-release.noarch.rpm $ yum install nodejs-compat-symlinks

                                                                    CentOS 5.8にNode.jsをインストール - ZeBeVogue別館
                                                                  • Node.js — Node v10.7.0 (Current)

                                                                    Notable Changes console: The console.timeLog() method has been implemented. #21312 deps: Upgrade to libuv 1.22.0. #21731 Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1). #21728 http: Added support for passing both timeout and agent options to http.request. #21204 inspector: Expose the original console API in require('inspector').console. #21659 napi: Added experimental support for functions dealing wi

                                                                      Node.js — Node v10.7.0 (Current)
                                                                    • Node.js — Node v12.22.0 (LTS)

                                                                      Notable changes The legacy HTTP parser is runtime deprecated The legacy HTTP parser, selected by the --http-parser=legacy command line option, is deprecated with the pending End-of-Life of Node.js 10.x (where it is the only HTTP parser implementation provided) at the end of April 2021. It will now warn on use but otherwise continue to function and may be removed in a future Node.js 12.x release. T

                                                                        Node.js — Node v12.22.0 (LTS)
                                                                      • Node.js — Node v8.9.0 (LTS)

                                                                        A New LTS Release Line Node.js 8.x is now in LTS! Node v8.9.0 marks the transition of Node v8.x into Long Term Support (LTS), with the codename "Carbon". The v8.x line now moves into "Active LTS", and will remain so until April 2019, at which point it will move into "Maintenance LTS" until December 2019. For more info see the Release Schedule. Notable Changes between 6.x (Boron) and 8.x (Carbon) F

                                                                          Node.js — Node v8.9.0 (LTS)
                                                                        • Node.js — Node v22.6.0 (Current)

                                                                          2024-08-06, Version 22.6.0 (Current), @RafaelGSS Experimental TypeScript support via strip types Node.js introduces the --experimental-strip-types flag for initial TypeScript support. This feature strips type annotations from .ts files, allowing them to run without transforming TypeScript-specific syntax. Current limitations include: Supports only inline type annotations, not features like enums o

                                                                            Node.js — Node v22.6.0 (Current)
                                                                          • Node.js — Node v11.7.0 (Current)

                                                                            Notable Changes compression / zlib: Added brotli support (Anna Henningsen and Zach Vacura) #24938 console: Added inspectOptions option (Ruben Bridgewater) #24978 crypto: Always accept private keys as public keys (Tobias Nießen) #25217 deps: Upgrade npm to v6.5.0 (Jordan Harband) #25234 fs: Use internalBinding('fs') internally instead of process.binding('fs') (Masashi Hirano) #22478 http(s): Suppor

                                                                              Node.js — Node v11.7.0 (Current)
                                                                            • Node.js — Node v11.14.0 (Current)

                                                                              Notable changes child_process: doc deprecate ChildProcess._channel (cjihrig) #26982 deps: update nghttp2 to 1.37.0 (gengjiawen) #26990 dns: make dns.promises enumerable (cjihrig) #26592 remove dns.promises experimental warning (cjihrig) #26592 fs: remove experimental warning for fs.promises (Anna Henningsen) #26581 stream: make Symbol.asyncIterator support stable (Matteo Collina) #26989 worker: us

                                                                                Node.js — Node v11.14.0 (Current)
                                                                              • node.js on android - shutdown -r now

                                                                                最近流行りのnode.js(と言っても、だいぶん前だが。)をandroidで動かそう。なんとnode.jsは、android1.6であるIS01でも動作した。しかし、そのためには、以下の手順が必要となる。 簡単な手順は以下の通りとなる。 IS01をroot化 qemuを使って、linux on arm 環境を構築 linux on arm 環境で、node.jsをビルド IS01にnode.jsのバイナリをコピー IS01をroot化 androidでnode.jsを動作させるためには、今回の手順では、root権限が必要になる。共有ライブラリを置くためにlibディレクトリを作成する必要があるためだ。 今回は、手っ取り早くroot化するために、MobileHackerz再起動日記: au IS01のroot権限を奪取する(ビルド番号01.00.09版)を使用する。 リンク先の手順に沿って、行

                                                                                  node.js on android - shutdown -r now
                                                                                • Node.js — Node v4.1.0 (Current)

                                                                                  2015-09-17, Version 4.1.0 (Current), @Fishrock123 Notable changes buffer: Buffers are now created in JavaScript, rather than C++. This increases the speed of buffer creation (Trevor Norris) #2866. Buffer#slice() now uses Uint8Array#subarray() internally, increasing slice() performance (Karl Skomski) #2777. fs: fs.utimes() now properly converts numeric strings, NaN, and Infinity (Yazhong Liu) #2387

                                                                                    Node.js — Node v4.1.0 (Current)