目錄(73章)
倒序
- coverpage
- Socket.IO Cookbook
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Sections
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Wiring It Up
- Introduction
- Creating a Node HTTP server with Socket.IO
- Creating an Express server with Socket.IO
- Using Socket.IO as a cross-browser WebSocket
- Debugging on the client
- Debugging on the server
- Chapter 2. Creating Real-Time Dashboards
- Introduction
- Loading static data from the server
- Creating a server-side clock
- Loading data from MongoDB
- Real-time analytics
- Handling connection timeouts
- Chapter 3. Having Two-Way Conversations
- Introduction
- Creating a simple chat room
- Managing the socket life cycle
- Emitting a private message to another socket
- Sending messages to all the sockets except for the sender
- Building a multiplayer tic-tac-toe game
- Chapter 4. Building a Room with a View
- Introduction
- Creating chat channels with namespaces
- Joining rooms
- Leaving rooms
- Listing rooms the socket is in
- Creating private rooms
- Setting up a default room
- Chapter 5. Securing Your Data
- Introduction
- Implementing basic authentication
- Performing token-based authentication
- Handling server-side validation
- Locking down the HTTP referrer
- Using secure WebSockets
- Chapter 6. Performing a Load Balancing Act
- Introduction
- Performing load balancing with the Nginx server
- Using the Node.js cluster
- Using Redis to pass events between nodes
- Using Memcached to manage multiple nodes
- Using RabbitMQ to message events across nodes
- Chapter 7. Streaming Binary Data
- Introduction
- Broadcasting an image to other sockets
- Uploading an image to the filesystem
- Uploading an image to Amazon S3
- Streaming audio
- Streaming live video
- Chapter 8. Integrating with Mobile Applications
- Introduction
- Throwing an alert when the socket connects
- Pushing up data from the server
- Responding to tap events from the device
- Doing server-side pagination
- Triggering hot deploys
- Index 更新時間:2021-07-09 21:49:21
推薦閱讀
- 精通Nginx(第2版)
- Mastering AWS Lambda
- Java EE 6 企業級應用開發教程
- Python數據可視化:基于Bokeh的可視化繪圖
- Node.js全程實例
- Java:High-Performance Apps with Java 9
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Java Web應用開發給力起飛
- PyQt編程快速上手
- 零基礎C#學習筆記
- HTML5與CSS3權威指南
- MongoDB Administrator’s Guide
- 網頁設計與制作
- PostgreSQL 12 High Availability Cookbook
- Python深度學習(第2版)
- 趣味掌控板編程
- TensorFlow+Keras深度學習算法原理與編程實戰
- The Java Workshop
- JSP程序設計與案例教程
- Scratch 3.0少兒游戲趣味編程
- 計算機應用基礎
- JavaScript實戰-JavaScript、jQuery、HTML5、Node.js實例大全(第2版)
- OAuth 2實戰寶典
- Visualforce Development Cookbook
- 敏捷開發的藝術
- 圖解交互設計UI設計師的必修課
- Java程序設計與應用開發(第3版)
- UML軟件建模任務驅動教程(第2版)
- C#從入門到精通(第7版)
- 從零開始學Scrapy網絡爬蟲(視頻教學版)