首页 行业 互联网     /    tarant:可在客户端和服务器端使用的基于响应式,基于actor的框架-源码

tarant:可在客户端和服务器端使用的基于响应式,基于actor的框架-源码

上传者: weixin_42119989 | 上传时间:2023/3/9 8:17:20 | 文件大小:219KB | 文件类型:ZIP
tarant:可在客户端和服务器端使用的基于响应式,基于actor的框架-源码
是一个TypeScript/JavaScript库,用于使用actor系统模型来构建软件。
您可以访问主页以获取更多信息和更完整的快速入门指南::参与者很容易推理:参与者是应用程序的状态和逻辑单元。
它们是事务性的,因此在发生错误的情况下您无需处理状态回滚。
Actor提高了功能:默认情况下,异步,每个Actor的实际通信都是非阻塞的,因此慢的actor不会阻塞快速的actor。
角色是可扩展的:由于角色是建立在对象之上的,因此可以继承,组合和注入角色类。
产品特点Tarant实现了丰富的功能集,使其适合构建复杂的应用程序。
演员是可靠的,因为他们是交易性的。
您无需为错误

文件下载

资源详情

[{"title":"(61个子文件219KB)tarant:可在客户端和服务器端使用的基于响应式,基于actor的框架-源码","children":[{"title":"tarant-master","children":[{"title":"upgrade.sh <span style='color:#111;'>523B</span>","children":null,"spread":false},{"title":"rollup.config.js <span style='color:#111;'>663B</span>","children":null,"spread":false},{"title":".github","children":[{"title":"ISSUE_TEMPLATE.md <span style='color:#111;'>358B</span>","children":null,"spread":false},{"title":"PULL_REQUEST_TEMPLATE.md <span style='color:#111;'>216B</span>","children":null,"spread":false},{"title":"CONTRIBUTING.md <span style='color:#111;'>0B</span>","children":null,"spread":false}],"spread":true},{"title":"yarn.lock <span style='color:#111;'>255.07KB</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"mailbox","children":[{"title":"message.ts <span style='color:#111;'>685B</span>","children":null,"spread":false},{"title":"partition.ts <span style='color:#111;'>225B</span>","children":null,"spread":false},{"title":"mailbox.ts <span style='color:#111;'>1.85KB</span>","children":null,"spread":false},{"title":"subscriber.ts <span style='color:#111;'>373B</span>","children":null,"spread":false},{"title":"subscription.ts <span style='color:#111;'>740B</span>","children":null,"spread":false}],"spread":true},{"title":"fiber","children":[{"title":"processor.ts <span style='color:#111;'>259B</span>","children":null,"spread":false},{"title":"fiber.ts <span style='color:#111;'>1.27KB</span>","children":null,"spread":false}],"spread":true},{"title":"index.ts <span style='color:#111;'>816B</span>","children":null,"spread":false},{"title":"pubsub","children":[{"title":"topic.ts <span style='color:#111;'>1.53KB</span>","children":null,"spread":false}],"spread":true},{"title":"helper","children":[{"title":"uuid.ts <span style='color:#111;'>349B</span>","children":null,"spread":false}],"spread":true},{"title":"actor-system","children":[{"title":"actor.ts <span style='color:#111;'>6.53KB</span>","children":null,"spread":false},{"title":"materializer","children":[{"title":"materializer.ts <span style='color:#111;'>514B</span>","children":null,"spread":false}],"spread":true},{"title":"resolver","children":[{"title":"resolver.ts <span style='color:#111;'>314B</span>","children":null,"spread":false}],"spread":false},{"title":"actor-message.ts <span style='color:#111;'>808B</span>","children":null,"spread":false},{"title":"fn","children":[{"title":"function.ts <span style='color:#111;'>803B</span>","children":null,"spread":false}],"spread":false},{"title":"configuration","children":[{"title":"actor-system-configuration-builder.ts <span style='color:#111;'>1.88KB</span>","children":null,"spread":false},{"title":"actor-system-configuration.ts <span style='color:#111;'>418B</span>","children":null,"spread":false}],"spread":false},{"title":"actor-system.ts <span style='color:#111;'>4.86KB</span>","children":null,"spread":false},{"title":"supervision","children":[{"title":"noop-supervisor.ts <span style='color:#111;'>507B</span>","children":null,"spread":false},{"title":"actor-supervisor.ts <span style='color:#111;'>581B</span>","children":null,"spread":false}],"spread":false},{"title":"actor-proxy.ts <span style='color:#111;'>1.30KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"jsdoc2md.json <span style='color:#111;'>519B</span>","children":null,"spread":false},{"title":".npmignore <span style='color:#111;'>137B</span>","children":null,"spread":false},{"title":"examples","children":[{"title":"pubsub.js <span style='color:#111;'>856B</span>","children":null,"spread":false},{"title":"ping-pong.js <span style='color:#111;'>876B</span>","children":null,"spread":false},{"title":"supervisor.js <span style='color:#111;'>759B</span>","children":null,"spread":false},{"title":"scheduleds.js <span style='color:#111;'>667B</span>","children":null,"spread":false}],"spread":true},{"title":".travis.yml <span style='color:#111;'>405B</span>","children":null,"spread":false},{"title":"tsconfig.json <span style='color:#111;'>267B</span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"test","children":[{"title":"mailbox","children":[{"title":"mailbox.spec.ts <span style='color:#111;'>1.61KB</span>","children":null,"spread":false}],"spread":true},{"title":"fiber","children":[{"title":"fiber.spec.ts <span style='color:#111;'>1.23KB</span>","children":null,"spread":false}],"spread":false},{"title":"pubsub","children":[{"title":"topic.spec.ts <span style='color:#111;'>1.53KB</span>","children":null,"spread":false}],"spread":false},{"title":"actor-system","children":[{"title":"actor-proxy.spec.ts <span style='color:#111;'>3.52KB</span>","children":null,"spread":false},{"title":"fixtures","children":[{"title":"topic-subscriber-actor.ts <span style='color:#111;'>491B</span>","children":null,"spread":false},{"title":"sleep.ts <span style='color:#111;'>307B</span>","children":null,"spread":false},{"title":"semaphore-actor.ts <span style='color:#111;'>667B</span>","children":null,"spread":false},{"title":"named-actor.ts <span style='color:#111;'>459B</span>","children":null,"spread":false},{"title":"topic-subscriber-from-constructor-actor.ts <span style='color:#111;'>770B</span>","children":null,"spread":false},{"title":"failing-actor.ts <span style='color:#111;'>557B</span>","children":null,"spread":false},{"title":"wait-for.ts <span style='color:#111;'>321B</span>","children":null,"spread":false},{"title":"parent-of-failing-actor.ts <span style='color:#111;'>958B</span>","children":null,"spread":false}],"spread":false},{"title":"actor-subscriptions.spec.ts <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"actor-supervision.spec.ts <span style='color:#111;'>2.92KB</span>","children":null,"spread":false},{"title":"actor-system.spec.ts <span style='color:#111;'>6.32KB</span>","children":null,"spread":false},{"title":"supervision","children":[{"title":"noop-supervisor.spec.ts <span style='color:#111;'>603B</span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":".prettierrc <span style='color:#111;'>89B</span>","children":null,"spread":false},{"title":"tslint.json <span style='color:#111;'>284B</span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'>4.36KB</span>","children":null,"spread":false},{"title":"nodemon.json <span style='color:#111;'>67B</span>","children":null,"spread":false},{"title":"API.md <span style='color:#111;'>5.74KB</span>","children":null,"spread":false},{"title":"CODE_OF_CONDUCT.md <span style='color:#111;'>3.27KB</span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'>982B</span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'>355.60KB</span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'>2.38KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明