Coder Social home page Coder Social logo

jun68ykt / hands-on-nodejs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oreilly-japan/hands-on-nodejs

0.0 1.0 0.0 310 KB

『ハンズオンNode.js』のリポジトリ

License: MIT License

JavaScript 98.56% Dockerfile 0.25% HTML 0.28% WebAssembly 0.91%

hands-on-nodejs's Introduction

ハンズオンNode.js


表紙


本リポジトリはオライリー・ジャパン発行書籍『ハンズオンNode.js』のサポートサイトです。

ソースコード

ファイル構成

フォルダ名 説明
app-a 付録Aで使用するデータ
... ...
ch01 1章で使用するデータ
ch02 2章で使用するデータ
... ...
ch10 10章で使用するデータ
ch11 11章で使用するデータ

ソースコードの解説は本書籍をご覧ください。

ライセンス

本リポジトリのソースコードはMITライセンスです。 商用・非商用問わず、自由にご利用ください。

正誤表

本書の正誤情報は以下のページで公開しています。

https://github.com/oreilly-japan/hands-on-nodejs/wiki/errata

本ページに掲載されていない誤植など間違いを見つけた方は、japan@oreilly.co.jpまでお知らせください。

FAQ

await利用時に、Uncaught SyntaxError: await is only valid in async functionのエラーが出る

本書記載のサンプルコードをREPLで実行した際にこのエラーが出た場合は、REPL起動時に--experimental-repl-awaitフラグを指定しているか確認してください。

$ node --experimental-repl-await
> await Promise.resolve('foo')
'foo'

--experimental-repl-awaitフラグについては、本書P.100のコラムを参照してください。

hands-on-nodejs's People

Contributors

kimamula avatar miyagawa-orj avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.