Skip to Content
アイソモーフィックJavaScript
book

アイソモーフィックJavaScript

by Jason Strimpel, Maxime Najim, 牧野 聡
July 2017
Beginner to intermediate
256 pages
2h 50m
Japanese
O'Reilly Japan, Inc.
Content preview from アイソモーフィックJavaScript

5章アプリケーションの基盤

Jason Strimpel

 

アイソモーフィックJavaScriptについてのしっかりとした理解を得られたところで、理論を実践に移してゆきましょう。この章では、アプリケーションの基盤となる部分を作成します。この基盤を元に、完全なアイソモーフィックJavaScriptのアプリケーションを実装します。基盤では主に以下の各テクノロジーが使われます。

Node.jshttps://nodejs.org/
サーバー側でのアプリケーションの実行環境です。Chromeで使われているJavaScriptの実行環境を元にして作られたプラットフォームです。高速でスケーラブルなネットワークアプリケーションを、簡単に作成できるようにすることが目標とされています。入出力のモデルはイベント駆動の非ブロック型であり、軽量で効率的です。多数のデバイスの間を大量のデータが送受信されるようなリアルタイムアプリケーションにとって、このような性質はぴったりです。
hapihttp://hapijs.com/
HTTPのアプリケーションサーバーの部分を担当します。アプリケーションやサービスを作成するための、リッチなフレームワークが提供されます。開発者はインフラストラクチャーを構築する面倒な作業から解放され、再利用可能なアプリケーションロジックの作成に専念できます。
gulphttp://gulpjs.com/
開発のワークフローを管理します。ECMAScript 6に基づいて記述されたJavaScriptのコードをECMAScript 5へと変換(トランスパイル)し、ブラウザ上での実行のためにバンドルと呼ばれるパッケージを作成するといった手順を定義できます。Node.jsのストリームのしくみがビルドに取り入れられています。ファイルへの書き込みが指示されるまでの間、すべてのファイル処理はメモリ上だけで行われます。 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

並行プログラミング入門 ―Rust、C、アセンブリによる実装からのアプローチ

並行プログラミング入門 ―Rust、C、アセンブリによる実装からのアプローチ

高野 祐輝
SRE サイトリライアビリティエンジニアリング ―Googleの信頼性を支えるエンジニアリングチーム

SRE サイトリライアビリティエンジニアリング ―Googleの信頼性を支えるエンジニアリングチーム

Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Richard Murphy, 澤田 武男, 関根 達夫, 細川 一茂, 矢吹 大輔, Sky株式会社 玉川 竜司

Publisher Resources

ISBN: 9784873118079Other