- Socket.IO Cookbook
- Tyson Cadenhead
- 138字
- 2021-07-09 21:49:08
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "We can include Socket.IO by using the require('socket.io')
statement."
A block of code is set as follows:
var io = require('socket.io'); io.on('connection', function (socket) { socket.emit('connected'); });
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "For this example we will use Redis to propagate our state across servers."
推薦閱讀
- Java入門經典(第6版)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Koa開發:入門、進階與實戰
- Unity Shader入門精要
- D3.js 4.x Data Visualization(Third Edition)
- Building Microservices with .NET Core
- 移動互聯網軟件開發實驗指導
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 打開Go語言之門:入門、實戰與進階
- Hands-On GUI Programming with C++ and Qt5
- C++編程兵書
- Python入門很輕松(微課超值版)
- Visual Basic程序設計(第三版)
- Arduino電子設計實戰指南:零基礎篇
- TypeScript圖形渲染實戰:2D架構設計與實現