当前位置:网站首页>The value of applet containers
The value of applet containers
2022-07-06 00:36:00 【InfoQ】
One 、 What is an applet container
1、 How to understand containers
2、 Advantages of front-end containers
- Each container has a separate file system , Adding, deleting, modifying and querying the file system in a single container will not affect other containers
- Reference resources Linux Under the chroot command , You can change a subdirectory into a root directory
- utilize namespace Isolate mutual visibility and communication between processes
- Use Cgroup Limit resource utilization , Set what it can use CPU And the amount of memory
3、 Applet container compared to h5、 Native advantages
- Cross platform capability , A set of codes can be iOS And Android Running on multiple platforms ;
- Far more than H5 Experience ( Support local cache ,Webview, There are rich components and support libraries );
- Can get more system permissions , Complete richer product design ;
- You can avoid DOM Let the cat out of the ( Do not use commonly used window Object and the document object );
- Effective reduction of package size , Save traffic and storage
- Service is no longer limited by distribution , Support hot update
Two 、 How to introduce applet container
- The applet container is very good , Many companies are also in-house self-study , However, it is limited to powerful companies , It is also used internally . for example , tencent 、 Ali 、 byte 、 Big companies such as Baidu have their own small program platforms , But they are almost always limited to internal use .
- The more common reality is that more companies want to use it but don't have the strength to do it , If you really need an applet container, how can you get it in the right posture ?
- Here's the recommendation FinClip , One that can make any App Solutions for running applets , Just in your App Inside , Introduce it SDK, You can load and run external applets . except SDK, It also provides a background management system , Unified management of small programs on and off the shelf , And collecting and analyzing applet data .
- Use it , Want to talk about right FinClip Experience :
- Follow the development standards and specifications of wechat applet , Development is much easier
- The good news for developers , Support multi terminal operation
- Provide IDE And documents , The learning cost of getting started is low
3、 ... and 、 The value of applet containers
1、 Multi terminal delivery on the shelf
2、 Iteration is more agile
3、 Build an open ecological platform
边栏推荐
- Meta AI西雅图研究负责人Luke Zettlemoyer | 万亿参数后,大模型会持续增长吗?
- FFmpeg抓取RTSP图像进行图像分析
- 【EI会议分享】2022年第三届智能制造与自动化前沿国际会议(CFIMA 2022)
- How to make your own robot
- [Chongqing Guangdong education] reference materials for Zhengzhou Vocational College of finance, taxation and finance to play around the E-era
- Multithreading and high concurrency (8) -- summarize AQS shared lock from countdownlatch (punch in for the third anniversary)
- 【DesignMode】组合模式(composite mode)
- 《编程之美》读书笔记
- [groovy] compile time meta programming (AST syntax tree conversion with annotations | define annotations and use groovyasttransformationclass to indicate ast conversion interface | ast conversion inte
- Knowledge about the memory size occupied by the structure
猜你喜欢
如何解决ecology9.0执行导入流程流程产生的问题
MDK debug时设置数据实时更新
图解网络:TCP三次握手背后的原理,为啥两次握手不可以?
FPGA内部硬件结构与代码的关系
[designmode] Decorator Pattern
Knowledge about the memory size occupied by the structure
MySQL storage engine
Uniapp development, packaged as H5 and deployed to the server
Data analysis thinking analysis methods and business knowledge -- analysis methods (II)
Room cannot create an SQLite connection to verify the queries
随机推荐
Key structure of ffmpeg - avframe
FFmpeg抓取RTSP图像进行图像分析
Common API classes and exception systems
MySQL functions
Classic CTF topic about FTP protocol
Spark AQE
MySql——CRUD
Notepad++ regular expression replacement string
Knowledge about the memory size occupied by the structure
Atcoder beginer contest 258 [competition record]
MDK debug时设置数据实时更新
Free chat robot API
Extension and application of timestamp
《编程之美》读书笔记
Power query data format conversion, Split Merge extraction, delete duplicates, delete errors, transpose and reverse, perspective and reverse perspective
小程序容器可以发挥的价值
Intranet Security Learning (V) -- domain horizontal: SPN & RDP & Cobalt strike
从底层结构开始学习FPGA----FIFO IP核及其关键参数介绍
AtCoder Beginner Contest 258【比赛记录】
Browser reflow and redraw