Skip to content

An Actor Model based messaging system for the web.

License

Notifications You must be signed in to change notification settings

Pageworks/wwibs

Repository files navigation

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";