- Beginning API Development with Node.js
- Anthony Nandaa
- 162字
- 2021-07-23 17:21:46
Conventions Used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "After this setup is done, we then start the server using the server.start method."
A block of code is set as follows:
handler: (request, reply) =>
{
return reply({ message: 'hello, world' });
}
Any command-line input or output is written as follows:
node server.js
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Change the request type to POST."
Activity: These are scenario-based activities that will let you practically apply what you've learned over the course of a complete section. They are typically in the context of a real-world problem or situation.
Warnings or important notes appear like this.
- 物聯網智慧安監技術
- 物聯網(IoT)基礎:網絡技術+協議+用例
- 從區塊鏈到Web3:構建未來互聯網生態
- Truffle Quick Start Guide
- Learning QGIS 2.0
- 企業網絡安全管理
- 雷達饋線技術
- 智慧光網絡:關鍵技術、應用實踐和未來演進
- Spring 5.0 Projects
- jQuery Mobile Web Development Essentials
- Master Apache JMeter:From Load Testing to DevOps
- 沖擊:5G如何改變世界
- Enterprise ApplicationDevelopment with Ext JSand Spring
- Python API Development Fundamentals
- RestKit for iOS