All Projects → yisar → Fard

yisar / Fard

🎃 Multi thread javascript framework - 多线程小程序引擎

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fard

Omi
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
Stars: ✭ 12,153 (+3820.32%)
Mutual labels:  mini-program, vdom
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-9.03%)
Mutual labels:  mini-program
mp-jithub
Mini program for Github
Stars: ✭ 30 (-90.32%)
Mutual labels:  mini-program
zaftig
~2kB css in js: z`display flex` // .zjsdkk43-1
Stars: ✭ 15 (-95.16%)
Mutual labels:  vdom
wx-mini-programs
微信小程序案例制作
Stars: ✭ 23 (-92.58%)
Mutual labels:  mini-program
7yue api server
旧岛小程序的 api server
Stars: ✭ 48 (-84.52%)
Mutual labels:  mini-program
speedtest
A self-hosted, lightweight HTML5 speed test implemented in JavaScript, based on Web Workers and XMLHttpRequest.
Stars: ✭ 154 (-50.32%)
Mutual labels:  web-worker
Fresh Weather
新鲜天气:使用小程序·云开发的小程序
Stars: ✭ 291 (-6.13%)
Mutual labels:  mini-program
impex
a powerful web application engine
Stars: ✭ 74 (-76.13%)
Mutual labels:  vdom
yuanful-ui
(微信小程序插件) yuanful-ui是一套可添加到微信小程序内直接使用的免费功能插件,无需重复开发,为用户提供更丰富的服务。
Stars: ✭ 30 (-90.32%)
Mutual labels:  mini-program
create-react-app-typescript-web-worker-setup
Using Web Workers in a TypeScript React project based on create-react-app.
Stars: ✭ 21 (-93.23%)
Mutual labels:  web-worker
goldfish
A development framework for Alipay Mini Program.
Stars: ✭ 69 (-77.74%)
Mutual labels:  mini-program
ember-artisans
An abstraction layer around using web-workers in Ember.js
Stars: ✭ 21 (-93.23%)
Mutual labels:  web-worker
graphyne
⚡ Lightning-fast JavaScript GraphQL Server ⚡
Stars: ✭ 18 (-94.19%)
Mutual labels:  web-worker
Miemie
🐑 咩咩单词:简易背单词的微信小程序
Stars: ✭ 286 (-7.74%)
Mutual labels:  mini-program
MinaOTP
TOTP authenticator implement as a wechat mini program
Stars: ✭ 30 (-90.32%)
Mutual labels:  mini-program
super course schedule
微信小程序 - 超级课程表
Stars: ✭ 59 (-80.97%)
Mutual labels:  mini-program
Stage.js
Stage.js - Single-Page Web Application front-end framework
Stars: ✭ 13 (-95.81%)
Mutual labels:  web-worker
Refractor
Lightweight, robust, elegant virtual syntax highlighting using Prism
Stars: ✭ 291 (-6.13%)
Mutual labels:  vdom
Mpvue Douban
基于 mpvue 实现豆瓣电影微信小程序 @zce
Stars: ✭ 288 (-7.1%)
Mutual labels:  mini-program

fard logo

fard NPM version NPM downloads QQ

🎃 Multi thread javascript framework - 多线程小程序引擎

fard 是主命的意思,主人的命令绝对服从,色气满满~

基本原理很简单,通过 worker 实现多线程,然后将 fre 和业务逻辑跑在 worker 中,从而隔离 dom 环境

Feature

  • 基于 Proxy 的跨线程通信思路

  • 使用 worker 作为沙箱环境

  • 跑 fre 框架

  • no bundle server

  • electron ide

Run

$ cd runtime
$ yarn start
$ cd ../ide
$ run start

References

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].