Three core technologies you need to know about WeChat applet development

高洛峰
Release: 2017-03-22 15:41:01
Original
1650 people have browsed it

This article briefly analyzes the operating mechanism of WeChat mini programs, which may give you a deeper and more thorough understanding of WeChat mini programs. The official documentation has the following introduction:

On iOS, the javascript code of the mini program runs in JavaScriptCore

On Android, the mini program The javascript code of the program is parsed through the JavaScriptCores is open source, and the download address is https://github.com/phoboslab/JavaScriptCore-iOS

OS X Mavericks and iOS 7 introduced the JavaScriptCore library, which encapsulates WebKit's JavaScript engine in Objective-C. Provides easy, fast and secure access to the world's most popular languages. Love it or hate it, JavaScript's ubiquity has led to a massive increase in programmers, tools, and resources integrated into ultra-fast virtual machines like those in OS X and iOS.

2. X5 kernel

is a kernel developed by Chinese people, and Tencent’s own browser parsing kernel.

3. nwjs

Original name: node-webkit, of course it is also open source https://github.com/nwjs/nw.js/.

NW.js is based on Chromium and

Node.js

. It was also called nodeWebkit in the past. This gives you the possibility to create desktop applications using HTML and JavaScript. In the application, you can directly call various

api

of Node.js and existing third-party packages. Because Chromium and Node.js are cross-platform, your application can also be cross-platform. There are already many well-known applications based on NW.js.

The above is the detailed content of Three core technologies you need to know about WeChat applet development. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!