目錄(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
推薦閱讀
- Building Modern Web Applications Using Angular
- C語言程序設計(第2 版)
- Reactive Programming with Swift
- Developing Middleware in Java EE 8
- 編寫整潔的Python代碼(第2版)
- PostgreSQL 11從入門到精通(視頻教學版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Building RESTful Python Web Services
- Python機器學習算法: 原理、實現與案例
- 執劍而舞:用代碼創作藝術
- Python High Performance Programming
- Node Cookbook(Second Edition)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- C# Multithreaded and Parallel Programming
- 精通Spring:Java Web開發與Spring Boot高級功能
- Groovy 2 Cookbook
- Android編程權威指南(第4版)
- Python機器學習技術:模型關系管理
- 基于Kubernetes的容器云平臺實戰
- VMware Horizon桌面與應用虛擬化權威指南
- Learning BeagleBone Python Programming
- C語言程序設計案例式教程(第2版)
- 沖刺高薪Offer:Java并發編程進階及面試指南
- PHP 7從入門到精通(視頻教學版)(第2版)
- Processing創意編程:生成設計|數據可視化|聲音可視化
- Learning iOS Forensics
- JavaScript前端開發案例教程
- 你不知道的JavaScript(上卷)
- Java從入門到精通(第4版)