- Socket.IO Cookbook
- Tyson Cadenhead
- 43字
- 2021-07-09 21:49:09
Chapter 1. Wiring It Up
In this chapter, we will cover the following recipes:
- 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