项目作者: mostjs

项目描述 :
Most.js core event stream
高级语言: TypeScript
项目地址: git://github.com/mostjs/core.git
创建时间: 2016-12-23T14:27:44Z
项目社区:https://github.com/mostjs/core

开源协议:MIT License

下载


  1. ________________________________
  2. ___ |/ /_ __ \_ ___/__ __/
  3. __ /|_/ /_ / / /____ \__ /
  4. _ / / / / /_/ /____/ /_ /
  5. /_/ /_/ \____/______/ /_/

Monadic Event Stream

MostJS
Join the chat at https://gitter.im/cujojs/most

High-performance reactive event stream programming that powers Most.

Specifically, @most/core features Most’s battle-tested, high-performance architecture in a leaner, functions-only, curried API in a tree-shakeable package.

Get it

  1. npm install --save @most/core @most/scheduler
  2. yarn add @most/core @most/scheduler

Contribute

After cloning the repository

  1. npm install --legacy-peer-deps

Running the Tests

  1. npm test