Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 243 Bytes

File metadata and controls

17 lines (11 loc) · 243 Bytes

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