- Dart:Scalable Application Development
- Davy Mitchell Sergey Akopkokhyants Ivo Balbaert
- 151字
- 2021-07-09 18:56:25
Summary
The server side opens up many facilities of the filesystem to save the content directly from the application, supplying content for web servers and metadata, such as log files.
Dart has the facilities to create, serve, and consume the modern web formats in the web client and on the server. We saw how quickly a specialized web server can be put together. You are now very familiar with using Dart packages outside the core SDK to implement vital application features.
The asynchronous facilities allow responsive applications to be written, and await
/async
helps us write clear code and bring asynchronous tasks together so that we operate them in a synchronous manner.
Our next, and largest, project will be end-to-end Dart. In this chapter, we explored how to build on the server aspects. Instead of the local filesystem, we will reach out to databases and web services to build a real-time display.
- Python快樂編程:人工智能深度學習基礎
- Learning Docker
- 青少年美育趣味課堂:XMind思維導圖制作
- Java Web程序設計
- .NET 3.5編程
- Asynchronous Android Programming(Second Edition)
- RabbitMQ Cookbook
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- INSTANT Silverlight 5 Animation
- C# Multithreaded and Parallel Programming
- 跟戴銘學iOS編程:理順核心知識點
- Mastering OpenStack
- Laravel Design Patterns and Best Practices
- MongoDB Cookbook
- 大話代碼架構:項目實戰版