项目作者: Pageworks
项目描述 :
An Actor Model based messaging system for the web.
高级语言: TypeScript
项目地址: git://github.com/Pageworks/wwibs.git
WWIBS
WWIBS is an Actor Model implementation for the web.
Installation
Install the npm packages:
npm i -S wwibs
Import the functions:
import { hookup, disconnect, message, reply, replyAll } from "wwibs";