项目作者: Pageworks

项目描述 :
An Actor Model based messaging system for the web.
高级语言: TypeScript
项目地址: git://github.com/Pageworks/wwibs.git
创建时间: 2020-01-24T22:01:16Z
项目社区:https://github.com/Pageworks/wwibs

开源协议:GNU General Public License v3.0

下载


WWIBS

WWIBS is an Actor Model implementation for the web.

Installation

Install the npm packages:

  1. npm i -S wwibs

Import the functions:

  1. import { hookup, disconnect, message, reply, replyAll } from "wwibs";