前端框架选型是企业提升开发效率与用户体验的关键因素
812
2022-10-31
VasSonic - 腾讯轻量级高性能移动混合开发框架
VasSonic: A Lightweight And High-performance Hybrid Framework
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. Not only does VasSonic supports the static or dynamic websites which are rendered by server, but it is also compatible with web offline resource perfectly.
VasSonic uses custom url connection instead of original network connection to request the index html, so it can request resource in advance or parallel to avoid waiting for the view initialization. In this parallel case, VasSonic can read and render partial data by WebKit or Blink kernel without spending too much time waiting for the end of data stream.
VasSonic can cache html cleverly according to VasSonic Specification obeyed by client and server. VasSonic Specification specify template and data by inserting different comment anchor, templates are bigger parts of html which stay the same or changed rarely , in contradiction data, which is the smaller and constantly change part of html. According to this, VasSonic request less data by incremental updating templates and data, the websites are faster and feel more like native application. In conclusion, VasSonic effectively enhance the user experience and increase click rate, retention rate and other indicators.
Sonic is called for short in project.
Before VS After Using VasSonic
Getting started
Getting started with Android
Getting started with iOS
Getting started with Java
Getting started with Node.js
Getting started with PHP
Getting started with React
Demo Downloads
Here are the latest sample demo for Android and iOS.
Support
Any problem?
Contributing
For more information about contributing issues or pull requests, see our VasSonic Contributing Guide.
License
VasSonic is under the BSD license. See the LICENSE file for details.
The End
If you are interested in VasSonic, don't forget to STAR it.
VasSonic's mission is MAKING WEB MUCH BETTER!
Thank you for reading ~
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~