- Dart:Scalable Application Development
- Davy Mitchell Sergey Akopkokhyants Ivo Balbaert
- 165字
- 2021-07-09 18:56:23
Summary
We saw how the dart:io
package can help build an HTTP server very quickly, and how frameworks can make this even easier. Using some simple processing of the request string, we can do more than serve the files flatly from the filesystem, such as serving the most recent entries on the front page.
The freedom of being out of the browser allows the manipulation of the filesystem. Despite not being on the Web, there is still good support for HTTP operations, which we used to test the performance of the server. Dart server applications can easily be installed on industry-standard host operating systems in a standard manner.
Our blog server is off to a good start. To progress, it needs to do more for the author, the reader, and the growing number of intelligent web crawlers and bots out on the Internet. We will provide an editor to create posts, cache requests to serve pages faster, and expose the posts in other data formats.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Visual Basic .NET程序設計(第3版)
- Spring 5.0 Microservices(Second Edition)
- Objective-C Memory Management Essentials
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Oracle Database In-Memory(架構與實踐)
- 云原生Spring實戰
- Serverless架構
- Ext JS 4 Web Application Development Cookbook
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Hadoop 2.X HDFS源碼剖析
- Python面試通關寶典
- Flink入門與實戰
- 現代C++語言核心特性解析
- 現代JavaScript編程:經典范例與實踐技巧