- 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.
- Visual Studio 2012 Cookbook
- SpringMVC+MyBatis快速開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- 架構(gòu)不再難(全5冊)
- C/C++算法從菜鳥到達(dá)人
- PyTorch自然語言處理入門與實(shí)戰(zhàn)
- Windows Presentation Foundation Development Cookbook
- R語言與網(wǎng)絡(luò)輿情處理
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Django實(shí)戰(zhàn):Python Web典型模塊與項(xiàng)目開發(fā)
- C++ Fundamentals
- Python程序設(shè)計(jì)開發(fā)寶典
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- Building Clouds with Windows Azure Pack