Embedded web MVC development framework based on fastcgi and html template
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- XIAMEN YEALINK NETWORK TECH
- Publication Date
- 2016-03-30
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to an embedded WEBMVC development framework based on FastCGI and HTML template. Background technique
[0002] At present, there are many WEB development frameworks for embedded devices on the market, such as using PHP, EJscript, and the new server-side JavaScript, etc., but most of them are too large and often several megabytes. On some small embedded devices, due to cost reasons, the Flash space is very small, many of which are only 6-8M. At this point, most of the flash space is used to store business program codes, and it is impossible to use too large a development framework for WEB applications.
[0003] There are also some WEB development frameworks for small embedded devices on the market. The implementation method is as follows: WebServer receives the Http request, parses the data submitted by the user and puts it in the environment variable, and the CGI program reads the user data from the environment variable and perform...