World Cup app overview
Now it is time to talk about our application we will build together. Apart from our web application written, of course, in Aurelia, we also need a backend service to persist our data. For the backend service, we will be using Node.js with the Express framework to build a robust API and MongoDB as our non-relational data storage. The following diagram explains our World Cup project architecture:
This a very simple architecture; the Aurelia app talks to the Node API directly, and the Node API talks to the database, which is a MongoDB database, using a very popular open source library called Mongoose. This is getting better; keep reading!
推薦閱讀
- 網絡協議工程
- 物聯網短距離無線通信技術應用與開發
- Spring Boot 2.0 Projects
- 計算機網絡安全實訓教程(第二版)
- 新一代物聯網架構技術:分層算力網絡
- Go Web Scraping Quick Start Guide
- HTML5 Game development with ImpactJS
- Drush User’s Guide
- 網絡安全應急響應技術實戰指南
- 異構蜂窩網絡關鍵理論與技術
- Implementing NetScaler VPX?
- Dart Cookbook
- Selenium WebDriver 3 Practical Guide
- 從物聯到萬聯:Node.js與樹莓派萬維物聯網構建實戰
- Microservices Development Cookbook