- Getting Started with hapi.js
- John Brett
- 199字
- 2021-07-09 19:35:57
Summary
All code samples seen here as well as some extra material can be found online in the repository available at https://github.com/johnbrett/Getting-Started-with-hapi.js. If you have any questions about the code samples—in trying to understand code snippets or problems running them, feel free to open an issue.
In this chapter, we've introduced Node.js, its benefits and differences as compared to other server side technologies, and looked at what a simple Node.js server looks like. We looked at the reason for using a framework on top of this, mentioned some different frameworks, and introduced hapi.js as a choice. We talked at length as to why hapi.js is a good choice, who created it and why, and how its design principles differ from other Node.js frameworks.
Hopefully, at this stage, we've convinced you that hapi.js is a great choice for building web applications, and is something you want to learn about. Finally, we saw what a simple server looks like in hapi.js, using its style guide, and gave a quick overview of its excellent ecosystem and community. Next, let's look at adding functionality to our examples, and at creating a trivial applications and websites using the hapi.js framework and ecosystem.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Extending Jenkins
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- SpringMVC+MyBatis快速開發與項目實戰
- Arduino by Example
- PHP 編程從入門到實踐
- Building Mapping Applications with QGIS
- 征服RIA
- Mastering Unity Shaders and Effects
- Web Development with MongoDB and Node(Third Edition)
- RISC-V體系結構編程與實踐(第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- FFmpeg開發實戰:從零基礎到短視頻上線
- ASP.NET Web API Security Essentials
- TypeScript High Performance