- Echo Quick Start Guide
- J. Ben Huson
- 222字
- 2021-06-25 21:39:41
Reasons for a framework
Due to the minimalist implementations within the net/http package, classic web application paradigms that developers have been employing for years in the industry are noticeably absent. This is not an oversight by the creators of the net/http package, but rather a feature. By keeping the functionality of the package stripped of higher level functionality, the developer building a web application has the flexibility to build solutions that fit their particular use cases.
This minimalism-based mindset does cause work for developers, in that higher level functionality must be built into the web application itself. An example would be middleware and request pipeline processing. This is common in many web application frameworks, and request pipelines have been implemented in a plethora of ways by various projects, all motivated by different priorities. Another example would be URL routing to handlers. Though an implementation exists in the standard library, it has been shown in the industry that the current embodiment within the net/http package is lacking in functionality for the majority of common use cases. Moreover, there are no helpers for common problems such as encoding and rendering responses, or binding request inputs to variables within a handler. Lastly, up until very recently, the net/http package did not have a mechanism by which request context could be kept throughout the request's lifetime.
- 面向物聯網的CC2530與傳感器應用開發
- Building Django 2.0 Web Applications
- HTML5 Game development with ImpactJS
- PLC、現場總線及工業網絡實用技術速成
- 計算機網絡原理與應用技術
- CCNP TSHOOT(642-832)認證考試指南
- 網絡環境中基于用戶視角的信息質量評價研究
- Working with Legacy Systems
- 新手易學:新手學淘寶開店
- Android UI Design
- 高級網絡技術
- Getting Started with Memcached
- 局域網組成實踐
- 基于IPv6的家居物聯網開發與應用技術
- Getting Started with tmux