|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBOOKCENTRAL_on1039685855 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
180609s2018 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d MERUC
|d IDB
|d CHVBK
|d OCLCO
|d OCLCF
|d NLE
|d TEFOD
|d OCLCQ
|d LVT
|d C6I
|d OCLCQ
|d UX1
|d K6U
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 1175633669
|
020 |
|
|
|a 9781788627368
|q (electronic bk.)
|
020 |
|
|
|a 1788627369
|q (electronic bk.)
|
020 |
|
|
|a 9781788626859
|
020 |
|
|
|a 1788626850
|q (Trade Paper)
|
024 |
3 |
|
|a 9781788626859
|
029 |
1 |
|
|a AU@
|b 000066232838
|
029 |
1 |
|
|a CHNEW
|b 001016554
|
029 |
1 |
|
|a CHVBK
|b 523135513
|
035 |
|
|
|a (OCoLC)1039685855
|z (OCoLC)1175633669
|
037 |
|
|
|a ECDED73D-D58C-4711-B30D-C234A395BC66
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J39
|b .H477 2018eb
|
082 |
0 |
4 |
|a 005.2762
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Herron, David.
|
245 |
1 |
0 |
|a Node.js Web Development :
|b Server-side development with Node 10 made easy, 4th Edition.
|
250 |
|
|
|a 4th ed.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2018.
|
300 |
|
|
|a 1 online resource (482 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: About Node.js; The capabilities of Node.js; Server-side JavaScript; Why should you use Node.js?; Popularity; JavaScript at all levels of the stack; Leveraging Google's investment in V8; Leaner, asynchronous, event-driven model; Microservice architecture; Node.js is stronger for having survived a major schism and hostile fork; Threaded versus event-driven architecture; Performance and utilization; Is Node.js a cancerous scalability disaster?
|
505 |
8 |
|
|a Server utilization, the business bottom line, and green web hostingEmbracing advances in the JavaScript language; Deploying ES2015/2016/2017/2018 JavaScript code; Node.js, the microservice architecture, and easily testable systems; Node.js and the Twelve-Factor app model; Summary; Chapter 2: Setting up Node.js; System requirements; Installing Node.js using package managers; Installing on macOS with MacPorts; Installing on macOS with Homebrew; Installing on Linux, *BSD, or Windows from package management systems; Installing Node.js in the Windows Subsystem for Linux (WSL).
|
505 |
8 |
|
|a Opening an administrator-privileged PowerShell on WindowsInstalling the Node.js distribution from nodejs.org; Installing from source on POSIX-like systems; Installing prerequisites; Installing developer tools on macOS; Installing from source for all POSIX-like systems; Installing from source on Windows; Installing multiple Node.js instances with nvm; Installing nvm on Windows; Native code modules and node-gyp; Node.js versions policy and what to use; Editors and debuggers; Running and testing commands; Node.js's command-line tools; Running a simple script with Node.js.
|
505 |
8 |
|
|a Conversion to async functions and the Promise paradigmLaunching a server with Node.js; NPM -- the Node.js package manager; Node.js, ECMAScript 2015/2016/2017, and beyond ; Using Babel to use experimental JavaScript features; Summary; Chapter 3: Node.js Modules; Defining a module; CommonJS and ES2015 module formats; CommonJS/Node.js module format; ES6 module format; JSON modules; Supporting ES6 modules on older Node.js versions; Demonstrating module-level encapsulation; Finding and loading CommonJS and JSON modules using require; File modules; Modules baked into Node.js binary.
|
505 |
8 |
|
|a Directories as modulesModule identifiers and pathnames; An example of application directory structure; Finding and loading ES6 modules using import; Hybrid CommonJS/Node.js/ES6 module scenarios; Dynamic imports with import(); The import.meta feature; npm -- the Node.js package management system; The npm package format; Finding npm packages; Other npm commands; Installing an npm package; Installing a package by version number; Global package installs; Avoiding global module installation; Maintaining package dependencies with npm; Automatically updating package.json dependencies.
|
500 |
|
|
|a Fixing bugs by updating package dependencies.
|
520 |
|
|
|a Node.js is a server-side JavaScript platform using an event-driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications running in real time. JavaScript is no longer just for browsers and this exciting introduction to Node.js will show you how to build data-intensive applications that run in real time. ...
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
630 |
0 |
0 |
|a Node.js.
|
630 |
0 |
7 |
|a Node.js
|2 fast
|
650 |
|
0 |
|a JavaScript.
|
650 |
|
7 |
|a Computer programming
|x software development.
|2 bicssc
|
650 |
|
7 |
|a Programming & scripting languages: general.
|2 bicssc
|
650 |
|
7 |
|a Internet: general works.
|2 bicssc
|
650 |
|
7 |
|a Computers
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a Computers
|x Programming
|x Open Source.
|2 bisacsh
|
650 |
|
7 |
|a Computers
|x Web
|x General.
|2 bisacsh
|
776 |
0 |
8 |
|i Print version:
|a Herron, David.
|t Node.js Web Development : Server-side development with Node 10 made easy, 4th Edition.
|d Birmingham : Packt Publishing, ©2018
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=5405704
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL5405704
|
994 |
|
|
|a 92
|b IZTAP
|