Dart:Scalable Application Development
上QQ阅读APP看书,第一时间看更新

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.