- Socket.IO Cookbook
- Tyson Cadenhead
- 238字
- 2021-07-09 21:49:08
What this book covers
Chapter 1, Wiring It Up, provides a quick introduction to Socket.IO. It tells you how to get up and running with a Node server. This chapter concludes with debugging tips for the server and the client.
Chapter 2, Creating Real-Time Dashboards, talks about how to stream data from the server to the client. It covers how to emit MongoDB data and how to handle Socket.IO connection timeouts.
Chapter 3, Having Two-Way Conversations, provides several recipes on how to build a two-way communication. From the quintessential chat room example to a fun recipe on how to create a real-time tic-tac-toe game, it includes several other topics.
Chapter 4, Building a Room with a View, explores views and namespaces and how they can be used to target your events to specific consumers.
Chapter 5, Securing Your Data, takes a look at how to secure the Socket.IO communication with various forms of authentication, including how to lock down the HTTP referrer and how to use secure web sockets.
Chapter 6, Performing a Load Balancing Act, covers various techniques for load-balancing Socket.IO, focusing on technologies such as Redis, Memcached, and RabbitMQ.
Chapter 7, Streaming Binary Data, explores topics ranging from emitting images as data to streaming video and audio.
Chapter 8, Integrating With Mobile Applications, talks about various techniques for using Socket.IO in mobile applications. It also provides a recipe for how to trigger hot deploys from Socket.IO.
- Java逍遙游記
- OpenStack Cloud Computing Cookbook(Third Edition)
- C和C++安全編碼(原書第2版)
- Java游戲服務器架構實戰
- Securing WebLogic Server 12c
- 實戰Java高并發程序設計(第3版)
- 軟件測試技術指南
- Android底層接口與驅動開發技術詳解
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Learning Apache Karaf
- INSTANT Yii 1.1 Application Development Starter
- 區塊鏈技術進階與實戰(第2版)
- Image Processing with ImageJ
- Visual C++開發寶典
- Shopify Application Development