|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn881568223 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140623s2014 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d IDEBK
|d N$T
|d E7B
|d DEBSZ
|d UMI
|d OCLCQ
|d DEBBG
|d COO
|d OCLCF
|d YDXCP
|d OCLCQ
|d TEFOD
|d OCLCQ
|d D6H
|d K6U
|d AGLDB
|d OCLCQ
|d OCLCO
|d ICA
|d OCLCQ
|d OCLCO
|d CCO
|d PIFFA
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d OCLCO
|d U3W
|d REB
|d STF
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d OCLCO
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d OCLCO
|d UAB
|d DKC
|d AU@
|d OCLCQ
|d M8D
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018006592
|2 Uk
|
019 |
|
|
|a 884966283
|a 907251582
|a 961644080
|a 962623224
|a 1259153096
|
020 |
|
|
|a 9781783287345
|q (electronic bk.)
|
020 |
|
|
|a 1783287349
|q (electronic bk.)
|
020 |
|
|
|z 1783287330
|
020 |
|
|
|z 9781783287338
|
029 |
1 |
|
|a AU@
|b 000055986334
|
029 |
1 |
|
|a CHNEW
|b 000698573
|
029 |
1 |
|
|a CHNEW
|b 000887411
|
029 |
1 |
|
|a CHVBK
|b 37446328X
|
029 |
1 |
|
|a DEBBG
|b BV042154084
|
029 |
1 |
|
|a DEBBG
|b BV042182147
|
029 |
1 |
|
|a DEBBG
|b BV043608826
|
029 |
1 |
|
|a DEBSZ
|b 409810347
|
029 |
1 |
|
|a DEBSZ
|b 417228236
|
029 |
1 |
|
|a DEBSZ
|b 484724282
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999935977705765
|
029 |
1 |
|
|a UKMGB
|b 018006592
|
035 |
|
|
|a (OCoLC)881568223
|z (OCoLC)884966283
|z (OCoLC)907251582
|z (OCoLC)961644080
|z (OCoLC)962623224
|z (OCoLC)1259153096
|
037 |
|
|
|a CL0500000456
|b Safari Books Online
|
037 |
|
|
|a 89059DED-FFD8-47BB-83D8-D618712E9CE1
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J39
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060160
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2762
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Tsonev, Krasimir.
|
245 |
1 |
0 |
|a Node.js blueprints :
|b develop stunning web and desktop applications with the definitive Node.js /
|c Krasimir Tsonev.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource (268 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Common Programming Paradigms; Node.js fundamentals; Organizing your code logic in modules; Building a car construction application; Using the car's engine; Understanding inter-module communication; Asynchronous programming; Exploring middleware architecture; Composition versus inheritance; Managing dependencies; Summary; Chapter 2: Developing a Basic Site with Node.js and Express; Getting acquainted with Express; Installing Express; Using package.json.
|
505 |
8 |
|
|a Using a command-line toolManaging routes; Handling dynamic URLs and the HTML forms; Returning a response; The example-logging system; Summary; Chapter 3: Writing a Blog Application with Node.js and AngularJS; Exploring AngularJS; Bootstrapping AngularJS applications; Using directives and controllers; Data binding; Encapsulating logic with modules; Preparing data with filters; Dependency injection; The model in the context of AngularJS; Final words on AngularJS; Selecting and initializing the database; Using NoSQL with MongoDB; Using MySQL; Developing the client side with Angular.
|
505 |
8 |
|
|a Implementing a control panelSummary; Chapter 4: Developing a Chat with Socket. IO; Exploring WebSockets and Socket. IO; Understanding the basic application structure; Running the server; Adding Socket. IO; Writing the client side of the chat; Preparing the HTML markup; Writing the chat logic; Implementing user-to-user communication; Changing the server part; Making changes in the frontend of the chat; Summary; Chapter 5: Creating a To-do Application with Backbone.js; Exploring the Backbone.js framework; Recognizing the framework dependency; Extending the functionality.
|
505 |
8 |
|
|a Understanding Backbone.js as an event-driven frameworkUsing models; Using collections; Implementing views; Using the router; Talking with the backend; Writing the backend part of the application; Running the Node.js server; Managing the to-do lists; Writing the frontend part; Looking into the base of the application; Listing the to-do activities; Adding, deleting, and editing the to-do lists; Summary; Chapter 6: Using Node.js as a Command-line Tool; Exploring the required modules; Planning the application; Obtaining images from a folder; Authorizing the Flickr protocol.
|
505 |
8 |
|
|a Obtaining your application's Key and SecretWriting into the Flickr.js module; Running our application tool; Uploading the images; Summary; Chapter 7: Showing a Social Feed with Ember.js; Preparing the application; Running the server and delivering the assets; Getting tweets based on a user handle; Discovering Ember.js; Knowing the dependencies of Ember.js; Understanding Ember.js; Exploring classes and objects in Ember.js; Computed properties; Router; Views and templates; Models; Controllers; Writing the Ember.js part; Defining the templates; Defining the routes.
|
520 |
|
|
|a A straightforward, practical guide containing step-by-step tutorials that will push your Node.js programming skills to the next level. If you are a web developer with experience in writing client-side JavaScript and want to discover the fascinating world of Node.js to develop fast and efficient web and desktop applications, then this book is for you.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Node.js.
|
630 |
0 |
7 |
|a Node.js
|2 fast
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Internet programming.
|
650 |
|
0 |
|a Web site development.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Programmation Internet.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Web Programming.
|2 bisacsh
|
650 |
|
7 |
|a Internet programming
|2 fast
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Tsonev, Krasimir.
|t Node.js Blueprints : develop stunning web and desktop applications with the definitive Node.js.
|d Birmingham, England : Packt Publishing, ©2014
|h 247 pages
|z 9781783287338
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=799677
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1674844
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10886394
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 799677
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28515673
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11898114
|
994 |
|
|
|a 92
|b IZTAP
|