- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 227字
- 2021-07-09 21:21:29
The Node.js backend
Modern apps have several requirements, which cannot be provided by the app itself, such as central data storage, communication routing, and user management. In order to provide such services, apps rely on an external software component known as the backend. The backend will be executed on one or more remote servers, listen to network requests from the devices that run the app, and provide them with the services that requests require.
The backend that we will use in this book is Node.js, a powerful but strange beast in its category. Node.js, at the time of writing this book, is the only major backend that is written almost entirely in JavaScript, which in reality is a frontend scripting language. The creators of Node.js wanted a backend that could be integrated with the apps written in JavaScript as seamlessly as possible, and you cannot get much closer to that than Node.js. Beyond this, Node.js is known for being both reliable and high-performing.
In terms of architecture, Node.js is highly modularized and designed from the ground up to be extendable through plugins or packages. Node.js comes with its own package management system, Node Package Manager (NPM), through which you can easily install, remove, and manage packages for your project. You will see how to use NPM in order to install other necessary components later in this chapter.
- 程序員面試白皮書
- Visual C++程序設計學習筆記
- 簡單高效LATEX
- Java程序員面試算法寶典
- Getting Started with SQL Server 2012 Cube Development
- 深度強化學習算法與實踐:基于PyTorch的實現
- NoSQL數據庫原理
- INSTANT Adobe Edge Inspect Starter
- Vue.js應用測試
- Java并發編程之美
- Programming Microsoft Dynamics? NAV 2015
- Simulation for Data Science with R
- SignalR:Real-time Application Development(Second Edition)
- 產品架構評估原理與方法
- Microsoft Windows Identity Foundation Cookbook