Getting Up to Speed on Node.js 8

Node.js 8 のスピードに追いつこう(part1)

Node.js は、サーバーサイド JavaScript の開発のための、強力なプラットフォームです。

Node.js is a powerful platform for developing server-side JavaScript.

最初の章から早速 Node.js のコードを書いていくことになるわけですが、まずはコマンドラインにとってよく知られた領域から初めて、マイクロサービスの領域へと拡張していきます。その過程を通じて、コードを module へと構造化したり、サードパーティの module を npm 経由で使ったり、ECMAScript の最新版の機能を使いこなしていきましょう。

In this first part, you’ll write Node.js code, beginning with the familiar domain of the command line and then expanding into the realm of microservices. Along the way, you’ll learn to structure your code into modules, use third-party modules from npm, and take advantage of the latest ECMAScript language features.