- TypeScript Blueprints
- Ivo Gabe de Wolff
- 118字
- 2021-07-14 10:59:30
Chapter 3. Note-Taking App with a Server
In this chapter, we will create a client-server app. The client will be written using Angular 2 and the server will be written using NodeJS and MongoDB. We can use TypeScript on both sides and we will see how we can reuse code between them.
The application can be used to take notes. We will implement a login page and basic, Create, Read, Update, and Delete (CRUD) operations for the notes.

In this chapter, we will cover the following topics:
- Setting up the project structure
- Getting started with NodeJS
- Understanding the structural type system
- Adding authentication
- Testing the API
- Adding CRUD operations
- Writing the client side
- Running the application
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Visual FoxPro程序設計教程
- PyTorch Artificial Intelligence Fundamentals
- RTC程序設計:實時音視頻權威指南
- Hadoop+Spark大數據分析實戰
- Mastering Scientific Computing with R
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Mastering JavaScript High Performance
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Python網絡爬蟲技術與應用
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Functional Python Programming
- Java程序設計