|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn910639581 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150603s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d DEBBG
|d EBLCP
|d IDEBK
|d TEFOD
|d E7B
|d DEBSZ
|d COO
|d YDXCP
|d TEFOD
|d OCLCF
|d OCLCQ
|d MERUC
|d OCLCQ
|d CEF
|d OCLCQ
|d UAB
|d AU@
|d OCLCQ
|d N$T
|d OCLCO
|d NZAUC
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 908996026
|a 909142686
|a 910408904
|
020 |
|
|
|a 1784395005
|
020 |
|
|
|a 1784396753
|
020 |
|
|
|a 9781784396756
|
020 |
|
|
|a 9781784395001
|q (electronic bk.)
|
029 |
1 |
|
|a DEBBG
|b BV042683611
|
029 |
1 |
|
|a DEBBG
|b BV043620377
|
029 |
1 |
|
|a DEBSZ
|b 433564458
|
029 |
1 |
|
|a DEBSZ
|b 446588172
|
029 |
1 |
|
|a GBVCP
|b 829927980
|
035 |
|
|
|a (OCoLC)910639581
|z (OCoLC)908996026
|z (OCoLC)909142686
|z (OCoLC)910408904
|
037 |
|
|
|a CL0500000599
|b Safari Books Online
|
037 |
|
|
|a D8853361-AEC5-4324-B5BA-F3C39181CB52
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.875.I6
|
082 |
0 |
4 |
|a 006.76
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chopra, Varun,
|e author.
|
245 |
1 |
0 |
|a WebSocket essentials, building apps with HTML5 WebSockets :
|b build your own real-time web applications using HTML5 WebSockets /
|c Varun Chopra.
|
246 |
3 |
|
|a Building apps with hypertext markup language five WebSockets
|
246 |
3 |
0 |
|a Build your own real-time web applications using HTML5 WebSockets
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
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 Online resource; title from cover (Safari, viewed May 26, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing the World of Web App; What is the Web?; Web applications; Where does WebSockets fit?; WebSockets over other methods; Modern browsers; HTML; HTML5 -- the modern Web standard; Media -- audio/video; Canvas; Form elements; Semantics; Mobile first; Offline storage; Geolocation; Drag and drop; Web workers; JavaScript; Modern servers; WebSockets; Summary; Chapter 2: Getting Started with WebSockets; Why WebSockets?; Importance of WebSockets; When to use?; How it works?
|
505 |
8 |
|
|a WebSocket APIReady states; Events; Echo Test; The WebSockets client app; Instantiation; Adding events; Sending messages; Receiving messages; Closing the connection; The WebSocket server; The Node.js server; Summary; Chapter 3: Configuring the Server and Transferring Real-time Data; Full-duplex real-time data transfer; Foundation of real-time applications; Collaborative presentation application; The presentation library; Setting up the library; Adding collaboration; Code implementation; The client code; The server code; Do it yourself; Input username; The list of users.
|
505 |
8 |
|
|a User-based authorization to change the presentationMaking the user the presenter; Tips and tricks; Summary; Chapter 4: Using WebSockets in Real Scenario; The real scenario; The JavaScript framework; AngularJS; Learn by doing; The collaborative drawing application; Requirements; The drawing library; The client application; Integrating with the server; The client code; The server code; Do it yourself; User registration; The list of users; Share with specific users; Save drawings; The application structure; Restructure the application; Model; View; Controller; Service; Summary.
|
505 |
8 |
|
|a Chapter 5: WebSockets for Mobile and TabletMobile devices and the WebSocket; Pusher; Socket. IO; Running server on mobile; Local server on mobile; Mobile output; Browser support; Do it yourself; Scenario 1; Scenario 2; Scenario 3; Summary; Chapter 6: Enhancing HTML5 Web Application Development Using Modern Tools; Modern tools and techniques; Code editors; Boilerplates; Packaging tools; Build tools; Application frameworks; Modern servers; Responsive web design; The MEAN stack; Summary; Index.
|
520 |
|
|
|a This book is for web developers who want to learn and implement WebSocket to create interesting apps for modern browsers, leveraging the capabilities of HTML5 with WebSockets.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web applications.
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
0 |
|a Application software.
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
6 |
|a Logiciels d'application.
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a Application software
|2 fast
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|
650 |
|
7 |
|a Web applications
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Chopra, Varun.
|t WebSocket Essentials - Building Apps with HTML5 WebSockets.
|d Birmingham : Packt Publishing, ©2015
|z 9781784396756
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781784396756/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL2044650
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11053077
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 989710
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31556461
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12415648
|
994 |
|
|
|a 92
|b IZTAP
|