- 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."
推薦閱讀
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- MATLAB 2020 從入門(mén)到精通
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Python實(shí)現(xiàn)
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第3版)
- Python編程從0到1(視頻教學(xué)版)
- C語(yǔ)言程序設(shè)計(jì)
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- 細(xì)說(shuō)Python編程:從入門(mén)到科學(xué)計(jì)算
- R語(yǔ)言數(shù)據(jù)可視化:科技圖表繪制
- OpenCV Android Programming By Example
- 數(shù)字媒體技術(shù)概論
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)
- Java 7 Concurrency Cookbook
- Learn Linux Quickly
- Switching to Angular 2