- 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.
- 程序員面試筆試寶典(第3版)
- Spring 5企業級開發實戰
- Python網絡爬蟲從入門到實踐(第2版)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Learning Unreal Engine Android Game Development
- SQL 經典實例
- ArcGIS for Desktop Cookbook
- Python Essentials
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 代碼閱讀
- JavaScript機器人編程指南
- 分布式數據庫原理、架構與實踐
- 零基礎學C語言(升級版)
- SignalR:Real-time Application Development(Second Edition)